Bluetooth: driver naming cleanups (#21624)
This commit is contained in:
parent
4af6f1df06
commit
b4a7b9253a
55 changed files with 88 additions and 43 deletions
|
@ -12,6 +12,9 @@
|
|||
"mousekey": false,
|
||||
"nkro": false
|
||||
},
|
||||
"bluetooth": {
|
||||
"driver": "bluefruit_le"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["D3", "D2", "F0", "F1", "F4", "F5", "F6", "F7"],
|
||||
"rows": ["D0", "B7", "B5", "C6", "D1", "B6", "D7", "D6"]
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
BLUETOOTH_ENABLE = yes
|
||||
BLUETOOTH_DRIVER = BluefruitLE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue