summaryrefslogtreecommitdiffstats
path: root/docs/config_options.md
diff options
context:
space:
mode:
authorchipperdoodles <myknobel@gmail.com>2018-10-07 20:23:41 +0200
committerDrashna Jaelre <drashna@live.com>2018-10-07 20:23:41 +0200
commit914d42acd01cae9fa03d9368f9316a1e1017fb17 (patch)
treedfd66be7c5b320f00d8e7d6ee1df179159bfccf7 /docs/config_options.md
parentbe2610b6da8e7466107678a4782ddafac7002b1d (diff)
downloadqmk_firmware-914d42acd01cae9fa03d9368f9316a1e1017fb17.tar.gz
qmk_firmware-914d42acd01cae9fa03d9368f9316a1e1017fb17.tar.xz
Update Bluetooth docs (#4062)
* syncing upstream * Bluetooth Doc update More Description in bluetooth section, Addition to Config options rules.mk section. * merge upstream chibios * lib/chibios checkout * Additional EZ key Section added back EZ-Key diy link, Cleaned up some errors
Diffstat (limited to 'docs/config_options.md')
-rw-r--r--docs/config_options.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/config_options.md b/docs/config_options.md
index 072857727..4678a7146 100644
--- a/docs/config_options.md
+++ b/docs/config_options.md
@@ -245,7 +245,9 @@ Use these to enable or disable building certain features. The more you have enab
* `UNICODE_ENABLE`
* Unicode
* `BLUETOOTH_ENABLE`
- * Enable Bluetooth with the Adafruit EZ-Key HID
+ * Legacy option to Enable Bluetooth with the Adafruit EZ-Key HID. See BLUETOOTH
+* `BLUETOOTH`
+ * Current options are AdafruitEzKey, AdafruitBLE, RN42
* `SPLIT_KEYBOARD`
* Enables split keyboard support (dual MCU like the let's split and bakingpy's boards) and includes all necessary files located at quantum/split_common
* `WAIT_FOR_USB`