diff options
author | Joel Challis <git@zvecr.com> | 2023-03-27 20:01:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-27 20:01:07 +0100 |
commit | 79b0f9168eafef1642f3223500197bf630a2433f (patch) | |
tree | f73f4b61d1e635f7aac380c99bf98571e1eeb2f9 /data/schemas/keymap.jsonschema | |
parent | e35bb8ebfad8b8ce40de98e9607fb6dbf8d8fff4 (diff) |
Custom keycodes in JSON (#19925)
Diffstat (limited to 'data/schemas/keymap.jsonschema')
-rw-r--r-- | data/schemas/keymap.jsonschema | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/schemas/keymap.jsonschema b/data/schemas/keymap.jsonschema index 73aa7c5c22..7233e896e9 100644 --- a/data/schemas/keymap.jsonschema +++ b/data/schemas/keymap.jsonschema @@ -67,6 +67,7 @@ } } }, + "keycodes": {"$ref": "qmk.definitions.v1#/keycode_decl_array"}, "config": {"$ref": "qmk.keyboard.v1"}, "notes": { "type": "string" |