diff options
| author | skullY <skullydazed@gmail.com> | 2017-08-06 17:51:42 -0700 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2017-08-16 15:47:20 -0400 |
| commit | 9b879b1267cd5cbebf4d73595c7ca4ed52fe5ef4 (patch) | |
| tree | e47cc787fcb7745d83d6e645b21c00e498b55100 /docs/feature_bluetooth.md | |
| parent | 2709744cdda808121ae91e8467659f715e68a540 (diff) | |
| download | qmk_firmware-9b879b1267cd5cbebf4d73595c7ca4ed52fe5ef4.tar.gz qmk_firmware-9b879b1267cd5cbebf4d73595c7ca4ed52fe5ef4.zip | |
break up keymaps and quantum keycodes into files by feature
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 000000000..d58627857 --- /dev/null +++ b/docs/feature_bluetooth.md | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | # Bluetooth | ||
| 2 | |||
| 3 | <!-- FIXME: Document bluetooth support. --> | ||
| 4 | |||
| 5 | ## Bluetooth Keycodes | ||
| 6 | |||
| 7 | 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. | ||
| 8 | |||
| 9 | |Name|Description| | ||
| 10 | |----|-----------| | ||
| 11 | |`OUT_AUTO`|auto mode| | ||
| 12 | |`OUT_USB`|usb only| | ||
| 13 | |`OUT_BT`|bluetooth| | ||
