Bluetooth: driver naming cleanups (#21624)
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
"indicators": {
|
||||
"caps_lock": "F4"
|
||||
},
|
||||
"bluetooth": {
|
||||
"driver": "bluefruit_le"
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "lufa-ms",
|
||||
"debounce": 0,
|
||||
|
||||
@@ -11,9 +11,6 @@ CONSOLE_ENABLE = no # Console for debug
|
||||
COMMAND_ENABLE = yes # Commands for debug and configuration
|
||||
NKRO_ENABLE = no # USB Nkey Rollover
|
||||
|
||||
# Disable bluetooth until the UART code is merged
|
||||
BLUETOOTH_DRIVER = BluefruitLE
|
||||
|
||||
# Custom matrix file for the HHKB
|
||||
CUSTOM_MATRIX = lite
|
||||
SRC += matrix.c
|
||||
|
||||
Reference in New Issue
Block a user