diff options
author | Ryan <fauxpark@gmail.com> | 2022-01-31 04:29:42 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-30 17:29:42 +0000 |
commit | 7d685956cc616a8d76aa7866f42bf569a9ca3fca (patch) | |
tree | 55f20f489b9ab12fde6bba1a8f8b59499e8ed179 /docs/config_options.md | |
parent | 9f4769fbe62fd3763a72f4a56dee18b5fbabec29 (diff) |
Rename `AdafruitBLE` to `BluefruitLE` (#16127)
Diffstat (limited to 'docs/config_options.md')
-rw-r--r-- | docs/config_options.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/config_options.md b/docs/config_options.md index 7657fae02e..832af78b22 100644 --- a/docs/config_options.md +++ b/docs/config_options.md @@ -429,8 +429,8 @@ Use these to enable or disable building certain features. The more you have enab * MIDI controls * `UNICODE_ENABLE` * Unicode -* `BLUETOOTH` - * Current options are AdafruitBLE, RN42 +* `BLUETOOTH_ENABLE` + * Current options are BluefruitLE, 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` |