summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCem Aksoylar <caksoylar@gmail.com>2021-10-22 18:31:08 -0700
committerDom H <dom@hxy.io>2021-12-28 21:17:48 +0000
commit8c321063a05c0caa43f697a2724f221e8a147a7b (patch)
tree7024009ea072f479322aad82abeced4364a1825b /docs
parent3114ce00b9676625e60c49c05eb1a91db51deb7b (diff)
feat(docs): Add note for USB power in outputs page
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/behaviors/outputs.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/docs/behaviors/outputs.md b/docs/docs/behaviors/outputs.md
index ae81249..198d9ac 100644
--- a/docs/docs/behaviors/outputs.md
+++ b/docs/docs/behaviors/outputs.md
@@ -12,6 +12,12 @@ keyboard to USB for power but outputting to a different device over bluetooth.
By default, output is sent to USB when both USB and BLE are connected.
Once you select a different output, it will be remembered until you change it again.
+:::note Powering the keyboard via USB
+ZMK is not always able to detect if the other end of a USB connection accepts keyboard input or not.
+So if you are using USB only to power your keyboard (for example with a charger or a portable power bank), you will want
+to select the BLE output through below behavior to be able to send keystrokes to the selected bluetooth profile.
+:::
+
## Output Command Defines
Output command defines are provided through the [`dt-bindings/zmk/outputs.h`](https://github.com/zmkfirmware/zmk/blob/main/app/include/dt-bindings/zmk/outputs.h)