More validation of declared LAYOUT macro names (#16520)

This commit is contained in:
Joel Challis 2022-03-04 17:06:15 +00:00 committed by GitHub
parent 34ba7f1c18
commit c0185116d7
Failed to generate hash of commit
2 changed files with 28 additions and 1 deletions

View file

@ -109,6 +109,7 @@
},
"layouts": {
"type": "object",
"propertyNames": {"$ref": "qmk.definitions.v1#/layout_macro"},
"additionalProperties": {
"type": "object",
"additionalProperties": false,