Ensure LTO is enabled as a info.json
build config option (#22932)
* feature.lto -> build.lto * keymaps too
This commit is contained in:
@ -314,8 +314,8 @@
|
||||
},
|
||||
"features": {
|
||||
"$ref": "qmk.definitions.v1#/boolean_array",
|
||||
"propertyNames": { "$ref": "qmk.definitions.v1#/snake_case" }
|
||||
|
||||
"propertyNames": { "$ref": "qmk.definitions.v1#/snake_case" },
|
||||
"not": { "required": [ "lto" ] }
|
||||
},
|
||||
"indicators": {
|
||||
"type": "object",
|
||||
|
Reference in New Issue
Block a user