diff options
| author | Ryan | 2023-07-29 07:16:14 +0200 |
|---|---|---|
| committer | GitHub | 2023-07-29 07:16:14 +0200 |
| commit | b4a7b9253a996484b10b4762f7b2fff7c9105c34 (patch) | |
| tree | 5690b166d442664d46df40cdf6c98c7bef247245 /docs/config_options.md | |
| parent | 4af6f1df06326376ce07a43560ff0a68e9dd1eb1 (diff) | |
Bluetooth: driver naming cleanups (#21624)
Diffstat (limited to 'docs/config_options.md')
| -rw-r--r-- | docs/config_options.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config_options.md b/docs/config_options.md index 4698260118..8119b9e356 100644 --- a/docs/config_options.md +++ b/docs/config_options.md @@ -439,7 +439,7 @@ Use these to enable or disable building certain features. The more you have enab * `UNICODE_ENABLE` * Unicode * `BLUETOOTH_ENABLE` - * Current options are BluefruitLE, RN42 + * Current options are bluefruit_le, 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` |