summaryrefslogtreecommitdiffstats
path: root/docs/feature_bluetooth.md
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2017-12-09 06:45:13 +0100
committerJack Humbert <jack.humb@gmail.com>2017-12-09 16:46:11 +0100
commit4c675a83ba1d3561bfd6baad57a250066f5db4d3 (patch)
treec17e42238c29d0ebf9a3f55b2b13a0ac5f3dbae0 /docs/feature_bluetooth.md
parent7b0356d1d49da6574570e110f61f95692afdb3d0 (diff)
downloadqmk_firmware-4c675a83ba1d3561bfd6baad57a250066f5db4d3.tar.gz
qmk_firmware-4c675a83ba1d3561bfd6baad57a250066f5db4d3.tar.xz
Format keycode tables
Diffstat (limited to 'docs/feature_bluetooth.md')
-rw-r--r--docs/feature_bluetooth.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/feature_bluetooth.md b/docs/feature_bluetooth.md
index 0c8f24a08..f647adc72 100644
--- a/docs/feature_bluetooth.md
+++ b/docs/feature_bluetooth.md
@@ -10,8 +10,8 @@ This requires [some hardware changes](https://www.reddit.com/r/MechanicalKeyboar
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|
+|Name |Description |
+|----------|----------------------------------------------|
+|`OUT_AUTO`|Automatically switch between USB and Bluetooth|
+|`OUT_USB` |USB only |
+|`OUT_BT` |Bluetooth only |