Bluetooth: driver naming cleanups (#21624)
This commit is contained in:
parent
4af6f1df06
commit
b4a7b9253a
55 changed files with 88 additions and 43 deletions
|
@ -5,5 +5,8 @@
|
|||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina"
|
||||
"bootloader": "caterina",
|
||||
"bluetooth": {
|
||||
"driver": "bluefruit_le"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,5 +5,4 @@ F_CPU = 8000000
|
|||
# change yes to no to disable
|
||||
#
|
||||
BLUETOOTH_ENABLE = yes
|
||||
BLUETOOTH_DRIVER = BluefruitLE
|
||||
CONSOLE_ENABLE = no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue