From 2de6afa9c5c3bed9ca31784c7d64c6816c776cff Mon Sep 17 00:00:00 2001 From: Chris Andreae Date: Sat, 18 Nov 2023 12:16:40 +0900 Subject: [PATCH] fixup! clarify documentation for disconnecting the active profile --- docs/docs/behaviors/bluetooth.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/docs/behaviors/bluetooth.md b/docs/docs/behaviors/bluetooth.md index f3434dc2..ef1cc466 100644 --- a/docs/docs/behaviors/bluetooth.md +++ b/docs/docs/behaviors/bluetooth.md @@ -14,9 +14,11 @@ When pairing to a host device ZMK saves bond information to the selected profile 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. -An inactive connected profile can be explicitly disconnected using the `BT_DISC` behavior. This can be helpful in +An _inactive_ connected profile can be explicitly disconnected using the `BT_DISC` behavior. This can be helpful in cases when host devices behave differently when a bluetooth keyboard is connected, for example by hiding their on-screen -keyboard. +keyboard. Note that at present the active bluetooth profile will immediately reconnect if disconnected. This is true +even if OUT_USB is selected. To remain disconnected, another bluetooth profile must be first selected using (e.g.) +`BT_SEL`. :::