Fix a handful of CLI errors (#20321)
This commit is contained in:
@@ -9,8 +9,5 @@
|
||||
"development_board": "elite_c",
|
||||
"split": {
|
||||
"enabled": true
|
||||
},
|
||||
"build": {
|
||||
"lto": true
|
||||
}
|
||||
}
|
||||
|
5
keyboards/splitkb/kyria/rev1/base/info.json
Normal file
5
keyboards/splitkb/kyria/rev1/base/info.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"build": {
|
||||
"lto": true
|
||||
}
|
||||
}
|
0
keyboards/splitkb/kyria/rev1/base/rules.mk
Normal file
0
keyboards/splitkb/kyria/rev1/base/rules.mk
Normal file
@@ -1,4 +1,2 @@
|
||||
SERIAL_DRIVER = usart
|
||||
AUDIO_ENABLE = no
|
||||
LTO_ENABLE = no
|
||||
CONVERT_TO = proton_c
|
||||
|
5
keyboards/splitkb/kyria/rev2/base/info.json
Normal file
5
keyboards/splitkb/kyria/rev2/base/info.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"build": {
|
||||
"lto": true
|
||||
}
|
||||
}
|
0
keyboards/splitkb/kyria/rev2/base/rules.mk
Normal file
0
keyboards/splitkb/kyria/rev2/base/rules.mk
Normal file
@@ -1,4 +1,2 @@
|
||||
SERIAL_DRIVER = usart
|
||||
AUDIO_ENABLE = no
|
||||
LTO_ENABLE = no
|
||||
CONVERT_TO = proton_c
|
||||
|
@@ -6,6 +6,9 @@
|
||||
"bootmagic": {
|
||||
"matrix": [0, 6]
|
||||
},
|
||||
"build": {
|
||||
"lto": true
|
||||
},
|
||||
"features": {
|
||||
"mousekey": true,
|
||||
"bootmagic": true,
|
||||
|
Reference in New Issue
Block a user