Ensure LTO is enabled as a info.json build config option (#22932)

* feature.lto -> build.lto

* keymaps too
This commit is contained in:
Joel Challis
2024-02-01 15:45:58 +00:00
committed by GitHub
parent 79020519b4
commit 3a13c2120a
23 changed files with 52 additions and 28 deletions

View File

@@ -10,7 +10,6 @@
"features": {
"audio": true,
"extrakey": true,
"lto": true,
"oled": true,
"rgb_matrix": true
},