support config as an alias of keyboard_overrides

This commit is contained in:
Zach White 2021-10-03 15:51:23 -07:00
parent 0d9d1d0414
commit 4821b3c3a1
2 changed files with 4 additions and 0 deletions

View file

@ -5,6 +5,7 @@
"type": "object",
"properties": {
"author": {"type": "string"},
"config": {"$ref": "qmk.keyboard.v1"},
"keyboard": {"$ref": "qmk.definitions.v1#/text_identifier"},
"keyboard_overrides": {"$ref": "qmk.keyboard.v1"},
"keymap": {"$ref": "qmk.definitions.v1#/text_identifier"},