break up keymaps and quantum keycodes into files by feature
This commit is contained in:
parent
2709744cdd
commit
9b879b1267
12 changed files with 616 additions and 361 deletions
13
docs/feature_bluetooth.md
Normal file
13
docs/feature_bluetooth.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Bluetooth
|
||||
|
||||
<!-- FIXME: Document bluetooth support. -->
|
||||
|
||||
## 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|
|
Loading…
Add table
Add a link
Reference in a new issue