Browse Source

fix(docs) add `BT_PRV` as suggested

Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
xmkb
Michael van Eerd 3 years ago committed by Pete Johanson
parent
commit
50174af658
  1. 2
      docs/docs/behaviors/bluetooth.md

2
docs/docs/behaviors/bluetooth.md

@ -10,7 +10,7 @@ between the keyboard and the host. By default, ZMK supports five "profiles" for @@ -10,7 +10,7 @@ between the keyboard and the host. By default, ZMK supports five "profiles" for
computer/laptop/keyboard should receive the keyboard input; many of the commands here operate on those profiles.
:::note Connection Management
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. To pair with a new device select an unused profile with `BT_SEL`, `BT_NXT` or by clearing an existing profile using `BT_CLR`.
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. To pair with a new device select an unused profile with `BT_SEL`, `BT_NXT` or `BT_PRV` bindings, or by clearing an existing profile using `BT_CLR`.
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.
:::

Loading…
Cancel
Save