diff options
| author | Zach White <skullydazed@gmail.com> | 2021-02-27 15:25:41 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-27 23:25:41 +0000 |
| commit | 0828d0f5c7e1f764688d85f07a70e023ebc66c7b (patch) | |
| tree | 4e42561d83a98c8a2b961623d87e37b0d8863061 /data | |
| parent | deaabff752dd75e75fc865091a5925bf7a5f3b19 (diff) | |
| download | qmk_firmware-0828d0f5c7e1f764688d85f07a70e023ebc66c7b.tar.gz qmk_firmware-0828d0f5c7e1f764688d85f07a70e023ebc66c7b.zip | |
Fix compile errors (#12048)
* fix compile errors
* fix broken json files
Diffstat (limited to 'data')
| -rw-r--r-- | data/schemas/keyboard.jsonschema | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/schemas/keyboard.jsonschema b/data/schemas/keyboard.jsonschema index f5fb611bd..749e8f100 100644 --- a/data/schemas/keyboard.jsonschema +++ b/data/schemas/keyboard.jsonschema | |||
| @@ -88,7 +88,7 @@ | |||
| 88 | "oneOf": [ | 88 | "oneOf": [ |
| 89 | { | 89 | { |
| 90 | "type": "string", | 90 | "type": "string", |
| 91 | "enum": ["LAYOUT"] | 91 | "enum": ["LAYOUT", "LAYOUT_planck_1x2uC"] |
| 92 | }, | 92 | }, |
| 93 | { | 93 | { |
| 94 | "type": "string", | 94 | "type": "string", |
