diff options
author | Joel Challis <git@zvecr.com> | 2023-01-19 00:27:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-19 00:27:11 +0000 |
commit | 0b25528b6bc433e8609d4e12fb108b4ee7865197 (patch) | |
tree | 677ddd4d7aefbd644d4b8d60323a910670f0cd02 /data | |
parent | 0ce3f6bcfe8241e51dd6936d24e6a88c907c535d (diff) |
Fix 'No LAYOUTs defined' check (#19537)
Diffstat (limited to 'data')
-rw-r--r-- | data/schemas/keyboard.jsonschema | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/schemas/keyboard.jsonschema b/data/schemas/keyboard.jsonschema index 0002898327..f1a1bb87c0 100644 --- a/data/schemas/keyboard.jsonschema +++ b/data/schemas/keyboard.jsonschema @@ -257,6 +257,9 @@ "c_macro": { "type": "boolean" }, + "json_layout": { + "type": "boolean" + }, "layout": { "type": "array", "items": { |