diff options
author | Ryan <fauxpark@gmail.com> | 2020-08-25 19:03:45 +1000 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-08-29 14:30:02 -0700 |
commit | 0f596881b36587a298568192078f9b467c51c109 (patch) | |
tree | 187554101f88057c2f6a826ebc33a3533ec9adc6 /docs/config_options.md | |
parent | 15df82cdf3f5b5d81af2cc235fbfe7643cd044b9 (diff) | |
download | qmk_firmware-0f596881b36587a298568192078f9b467c51c109.tar.gz |
Remove support for Adafruit EZ-Key (#10103)
* Remove support for Adafruit EZ-Key
* Update docs/ja/feature_bluetooth.md
Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com>
Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com>
Diffstat (limited to 'docs/config_options.md')
-rw-r--r-- | docs/config_options.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/config_options.md b/docs/config_options.md index a323741c2..f9b1cc657 100644 --- a/docs/config_options.md +++ b/docs/config_options.md @@ -371,10 +371,8 @@ Use these to enable or disable building certain features. The more you have enab * MIDI controls * `UNICODE_ENABLE` * Unicode -* `BLUETOOTH_ENABLE` - * Legacy option to Enable Bluetooth with the Adafruit EZ-Key HID. See BLUETOOTH * `BLUETOOTH` - * Current options are AdafruitEzKey, AdafruitBLE, RN42 + * Current options are 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 * `CUSTOM_MATRIX` |