]> git.donarmstrong.com Git - qmk_firmware.git/blob - docs/feature_bluetooth.md
convert to unix line-endings [skip ci]
[qmk_firmware.git] / docs / feature_bluetooth.md
1 # Bluetooth
2
3 ## Bluetooth functionality
4
5 This requires [some hardware changes](https://www.reddit.com/r/MechanicalKeyboards/comments/3psx0q/the_planck_keyboard_with_bluetooth_guide_and/?ref=search_posts), but can be enabled via the Makefile. The firmware will still output characters via USB, so be aware of this when charging via a computer. It would make sense to have a switch on the Bluefruit to turn it off at will.
6
7 <!-- FIXME: Document bluetooth support more completely. -->
8
9 ## Bluetooth Keycodes
10
11 This is used when multiple keyboard outputs can be selected. Currently this only allows for switching between USB and Bluetooth on keyboards that support both.
12
13 |Name|Description|
14 |----|-----------|
15 |`OUT_AUTO`|auto mode|
16 |`OUT_USB`|usb only|
17 |`OUT_BT`|bluetooth|