mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-22 05:55:18 -05:00
refactor(docs): Use new admonition title syntax and disable mdx v1 compat
This commit is contained in:
@@ -22,7 +22,7 @@ The only known vulnerability in the protocol is a risk of an active man-in-the-m
|
||||
By default, ZMK supports five "profiles" for selecting which bonded host
|
||||
device should receive the keyboard input.
|
||||
|
||||
:::note Connection Management
|
||||
:::note[Connection Management]
|
||||
|
||||
When pairing to a host device ZMK saves bond information to the selected profile. It will not replace this automatically when you initiate pairing with another device. To pair with a new device select an unused profile with or clearing the current profile, using the [`&bt` behavior](../behaviors/bluetooth.md) on your keyboard.
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ Key positions are numbered like the keys in your keymap, starting at 0. So, if t
|
||||
- Fully overlapping combos like `0 1` and `0 1 2` are supported.
|
||||
- You are not limited to `&kp` bindings. You can use all ZMK behaviors there, like `&mo`, `&bt`, `&mt`, `<` etc.
|
||||
|
||||
:::note Source-specific behaviors on split keyboards
|
||||
:::note[Source-specific behaviors on split keyboards]
|
||||
Invoking a source-specific behavior such as one of the [reset behaviors](behaviors/reset.md) using a combo will always trigger it on the central side of the keyboard, regardless of the side that the keys corresponding to `key-positions` are on.
|
||||
:::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user