Migrate build target markers to keyboard.json - E (#23529)
This commit is contained in:
parent
3c9dd36809
commit
abe4d9cdca
76 changed files with 7 additions and 5 deletions
|
@ -2,5 +2,11 @@
|
||||||
"bootloader": "caterina",
|
"bootloader": "caterina",
|
||||||
"bluetooth": {
|
"bluetooth": {
|
||||||
"driver": "bluefruit_le"
|
"driver": "bluefruit_le"
|
||||||
|
},
|
||||||
|
"build": {
|
||||||
|
"lto": true
|
||||||
|
},
|
||||||
|
"features":{
|
||||||
|
"bluetooth": true
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1,6 +1,2 @@
|
||||||
# Processor frequency
|
# Processor frequency
|
||||||
F_CPU = 8000000
|
F_CPU = 8000000
|
||||||
|
|
||||||
EXTRAKEY_ENABLE = no
|
|
||||||
BLUETOOTH_ENABLE = yes
|
|
||||||
LTO_ENABLE = yes
|
|
||||||
|
|
|
@ -36,6 +36,7 @@
|
||||||
"diode_direction": "COL2ROW",
|
"diode_direction": "COL2ROW",
|
||||||
"processor": "atmega32u4",
|
"processor": "atmega32u4",
|
||||||
"bootloader": "atmel-dfu",
|
"bootloader": "atmel-dfu",
|
||||||
|
"pin_compatible": "elite_c",
|
||||||
"features": {
|
"features": {
|
||||||
"bootmagic": false,
|
"bootmagic": false,
|
||||||
"mousekey": true,
|
"mousekey": true,
|
|
@ -1 +0,0 @@
|
||||||
PIN_COMPATIBLE = elite_c
|
|
Loading…
Reference in a new issue