Bluetooth: driver naming cleanups (#21624)
This commit is contained in:
parent
4af6f1df06
commit
b4a7b9253a
55 changed files with 88 additions and 43 deletions
|
@ -14,6 +14,9 @@
|
|||
"tapping": {
|
||||
"toggle": 1
|
||||
},
|
||||
"bluetooth": {
|
||||
"driver": "bluefruit_le"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_pterodactyl": {
|
||||
"layout": [
|
||||
|
|
|
@ -16,7 +16,6 @@ AUDIO_ENABLE = no # Audio output
|
|||
UNICODE_ENABLE = yes
|
||||
CUSTOM_MATRIX = yes
|
||||
BLUETOOTH_ENABLE = yes
|
||||
BLUETOOTH_DRIVER = BluefruitLE
|
||||
|
||||
SRC += matrix.c
|
||||
QUANTUM_LIB_SRC += i2c_master.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue