Migrate build target markers to keyboard.json - E (#23529)
This commit is contained in:
parent
3c9dd36809
commit
abe4d9cdca
keyboards
cablecardesigns/phoenix
cannonkeys
aella
an_c
bakeneko60_iso_hs
bakeneko65_iso_hs
balance
brutalv2_65
chimera65_hs
cloudline
crin
devastatingtkl
ellipse
ellipse_hs
gentoo
gentoo_hs
instant60
instant65
is0gr
leviatan
malicious_ergo
meetuppad2023
moment
moment_hs
obliterated75
onyx
rekt1800
ripple
ripple_hs
sagittarius
satisfaction75_hs
savage65
serenity
tmov2
tsukuyomi
vector
vicious40
cantor
centromere
checkerboards
cipulot
ec_23u
ec_60
ec_alveus
ec_pro2
ec_prox
ec_theca
ec_typek
mnk_60_ec
mnk_65_ec
rf_r1_8_9xu
clueboard
controllerworks
converter
hp_46010a
ibm_terminal
m0110_usb
siemens_tastatur
usb_usb
xmk
xt_usb
coseyfannitutti
cozykeys/speedo/v3
crimsonkeyboards/resume1800
crypt_macro
custommk
|
@ -2,5 +2,11 @@
|
|||
"bootloader": "caterina",
|
||||
"bluetooth": {
|
||||
"driver": "bluefruit_le"
|
||||
},
|
||||
"build": {
|
||||
"lto": true
|
||||
},
|
||||
"features":{
|
||||
"bluetooth": true
|
||||
}
|
||||
}
|
|
@ -1,6 +1,2 @@
|
|||
# Processor frequency
|
||||
F_CPU = 8000000
|
||||
|
||||
EXTRAKEY_ENABLE = no
|
||||
BLUETOOTH_ENABLE = yes
|
||||
LTO_ENABLE = yes
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
"diode_direction": "COL2ROW",
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "atmel-dfu",
|
||||
"pin_compatible": "elite_c",
|
||||
"features": {
|
||||
"bootmagic": false,
|
||||
"mousekey": true,
|
|
@ -1 +0,0 @@
|
|||
PIN_COMPATIBLE = elite_c
|
Loading…
Reference in New Issue