Data-Driven Keyboard Conversions: A (#23379)
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
"diode_direction": "COL2ROW",
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina",
|
||||
"features": {
|
||||
"bluetooth": true,
|
||||
"console": false
|
||||
},
|
||||
"bluetooth": {
|
||||
"driver": "bluefruit_le"
|
||||
}
|
||||
|
||||
@@ -1,8 +1,2 @@
|
||||
# Processor frequency
|
||||
F_CPU = 8000000
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
BLUETOOTH_ENABLE = yes
|
||||
CONSOLE_ENABLE = no
|
||||
|
||||
Reference in New Issue
Block a user