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) |
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 f5fb611bd2..749e8f1002 100644 --- a/data/schemas/keyboard.jsonschema +++ b/data/schemas/keyboard.jsonschema @@ -88,7 +88,7 @@ "oneOf": [ { "type": "string", - "enum": ["LAYOUT"] + "enum": ["LAYOUT", "LAYOUT_planck_1x2uC"] }, { "type": "string", |