From 9b879b1267cd5cbebf4d73595c7ca4ed52fe5ef4 Mon Sep 17 00:00:00 2001 From: skullY Date: Sun, 6 Aug 2017 17:51:42 -0700 Subject: break up keymaps and quantum keycodes into files by feature --- docs/feature_bluetooth.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/feature_bluetooth.md (limited to 'docs/feature_bluetooth.md') 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 @@ +# Bluetooth + + + +## 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| -- cgit v1.2.3-24-g4f1b