1
0
Fork 0

Fix a handful of CLI errors (#20321)

This commit is contained in:
Ryan 2023-04-03 15:50:31 +10:00 committed by GitHub
parent 46844347c4
commit 2d9140af53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 154 additions and 186 deletions

View file

@ -9,8 +9,5 @@
"development_board": "elite_c",
"split": {
"enabled": true
},
"build": {
"lto": true
}
}

View file

@ -0,0 +1,5 @@
{
"build": {
"lto": true
}
}

View file

@ -1,4 +1,2 @@
SERIAL_DRIVER = usart
AUDIO_ENABLE = no
LTO_ENABLE = no
CONVERT_TO = proton_c

View file

@ -0,0 +1,5 @@
{
"build": {
"lto": true
}
}

View file

@ -1,4 +1,2 @@
SERIAL_DRIVER = usart
AUDIO_ENABLE = no
LTO_ENABLE = no
CONVERT_TO = proton_c

View file

@ -6,6 +6,9 @@
"bootmagic": {
"matrix": [0, 6]
},
"build": {
"lto": true
},
"features": {
"mousekey": true,
"bootmagic": true,