Bluetooth: driver naming cleanups (#21624)
This commit is contained in:
parent
4af6f1df06
commit
b4a7b9253a
55 changed files with 88 additions and 43 deletions
|
|
@ -8,6 +8,9 @@
|
|||
"pid": "0x4973",
|
||||
"device_version": "0.0.4"
|
||||
},
|
||||
"bluetooth": {
|
||||
"driver": "bluefruit_le"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "D0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
BLUETOOTH_ENABLE = yes # Enable Bluetooth
|
||||
BLUETOOTH_DRIVER = BluefruitLE
|
||||
RGB_MATRIX_ENABLE = yes
|
||||
|
||||
LTO_ENABLE = yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue