You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
967 B

  1. # Bluetooth
  2. ## Bluetooth Functionality
  3. 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.
  4. <!-- FIXME: Document bluetooth support more completely. -->
  5. ## Bluetooth Keycodes
  6. 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.
  7. |Name |Description |
  8. |----------|----------------------------------------------|
  9. |`OUT_AUTO`|Automatically switch between USB and Bluetooth|
  10. |`OUT_USB` |USB only |
  11. |`OUT_BT` |Bluetooth only |