diff options
author | Michael van Eerd <michael@cache.works> | 2021-08-15 22:51:31 +0200 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2021-09-17 10:45:37 -0400 |
commit | c27c1048e4486e5dd046d8d98a4278f0d77d2937 (patch) | |
tree | dcddca2aa6fcb77addda4aa103c340267176c0b6 /docs | |
parent | 748bc75587d58d348542358a31b7bf1cec35e05e (diff) |
fix(docs) Bluetooth behavior typo
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/behaviors/bluetooth.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/behaviors/bluetooth.md b/docs/docs/behaviors/bluetooth.md index 0c945a0..d4690f9 100644 --- a/docs/docs/behaviors/bluetooth.md +++ b/docs/docs/behaviors/bluetooth.md @@ -7,7 +7,7 @@ sidebar_label: Bluetooth The bluetooth behavior allows management of various settings and states related to the bluetooth connection(s) between the keyboard and the host. By default, ZMK supports five "profiles" for selecting which bonded host -computer/laptop/keyboard should receive the keyboard input; many of the commands here operation on those profiles. +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`. |