]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - docs/feature_bluetooth.md
Adds IS31FL3731 RGB Matrix Implementation (#2910)
[qmk_firmware.git] / docs / feature_bluetooth.md
index d58627857968d92054cd7948b75de501257acd40..f647adc727a7cc4fcb0c2b8ad9a9e9fed75eaa3b 100644 (file)
@@ -1,13 +1,17 @@
 # Bluetooth
 
-<!-- FIXME: Document bluetooth support. -->
+## Bluetooth Functionality
+
+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.
+
+<!-- FIXME: Document bluetooth support more completely. -->
 
 ## Bluetooth Keycodes
 
 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.
 
-|Name|Description|
-|----|-----------|
-|`OUT_AUTO`|auto mode|
-|`OUT_USB`|usb only|
-|`OUT_BT`|bluetooth|
+|Name      |Description                                   |
+|----------|----------------------------------------------|
+|`OUT_AUTO`|Automatically switch between USB and Bluetooth|
+|`OUT_USB` |USB only                                      |
+|`OUT_BT`  |Bluetooth only                                |