diff options
Diffstat (limited to 'docs/feature_bluetooth.md')
-rw-r--r-- | docs/feature_bluetooth.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/feature_bluetooth.md b/docs/feature_bluetooth.md new file mode 100644 index 0000000000..d586278579 --- /dev/null +++ b/docs/feature_bluetooth.md @@ -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| |