fixup! docs

Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
This commit is contained in:
Chris Andreae 2023-12-23 00:42:12 +09:00 committed by Pete Johanson
parent 7b9466c7dc
commit 7d1c1ae8fd

View file

@ -12,8 +12,8 @@ computer/laptop/keyboard should receive the keyboard input; many of the commands
:::note Connection Management :::note Connection Management
When pairing to a host device ZMK saves bond information to the selected When pairing to a host device ZMK saves bond information to the selected
profile. It will not replace this when you initiate pairing with another device. profile. It will not replace this when you initiate pairing with another device.
To pair with a new device select an unused profile with `BT_SEL`, `BT_NXT` or To pair with a new device, select a profile that doesn't have a pairing with `BT_SEL`, `BT_NXT` or
`BT_PRV` bindings, or by clearing an existing profile using `BT_CLR` or `BT_CLR_ALL`. `BT_PRV` bindings, or clear an already paired profile using `BT_CLR` or `BT_CLR_ALL`.
A ZMK device may show as "connected" on multiple hosts at the same time. This is working as intended, and only the host associated with the active profile will receive keystrokes. A ZMK device may show as "connected" on multiple hosts at the same time. This is working as intended, and only the host associated with the active profile will receive keystrokes.