mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-10 18:01:33 +00:00
Move LTO from features
to build
This commit is contained in:
parent
23822f0938
commit
e9fc7fd4b1
@ -17,11 +17,13 @@
|
|||||||
"console": false,
|
"console": false,
|
||||||
"encoder": false,
|
"encoder": false,
|
||||||
"extrakey": true,
|
"extrakey": true,
|
||||||
"lto": true,
|
|
||||||
"mousekey": false,
|
"mousekey": false,
|
||||||
"nkro": true,
|
"nkro": true,
|
||||||
"rgblight": true
|
"rgblight": true
|
||||||
},
|
},
|
||||||
|
"build": {
|
||||||
|
"lto": true
|
||||||
|
},
|
||||||
"indicators": {
|
"indicators": {
|
||||||
"caps_lock": "A4"
|
"caps_lock": "A4"
|
||||||
},
|
},
|
||||||
@ -130,4 +132,4 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user