forked from mirrors/qmk_userspace
More validation of declared LAYOUT macro names (#16520)
This commit is contained in:
parent
34ba7f1c18
commit
c0185116d7
2 changed files with 28 additions and 1 deletions
|
@ -109,6 +109,7 @@
|
|||
},
|
||||
"layouts": {
|
||||
"type": "object",
|
||||
"propertyNames": {"$ref": "qmk.definitions.v1#/layout_macro"},
|
||||
"additionalProperties": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue