summaryrefslogtreecommitdiff
path: root/data/schemas
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-10-21 02:21:17 +0100
committerGitHub <noreply@github.com>2022-10-20 18:21:17 -0700
commit345f19a5d763053cd9cea6698656d4a2a1000b23 (patch)
treeff22042d4af5e75f4daeb2272eed65da6d7f1394 /data/schemas
parent6e55aa42faf19f59fd62923859b320b39dc370a4 (diff)
Add converter support to keymap.json (#18776)
Diffstat (limited to 'data/schemas')
-rw-r--r--data/schemas/keymap.jsonschema4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/schemas/keymap.jsonschema b/data/schemas/keymap.jsonschema
index 0a4fb5d453..1b8d01bcc6 100644
--- a/data/schemas/keymap.jsonschema
+++ b/data/schemas/keymap.jsonschema
@@ -5,6 +5,10 @@
"type": "object",
"properties": {
"author": {"type": "string"},
+ "converter": {
+ "type": "string",
+ "enum": ["elite_pi", "proton_c", "kb2040", "promicro_rp2040", "blok", "bit_c_pro", "stemcell", "bonsai_c4"]
+ },
"host_language": {"$ref": "qmk.definitions.v1#/text_identifier"},
"keyboard": {"$ref": "qmk.definitions.v1#/text_identifier"},
"keymap": {"$ref": "qmk.definitions.v1#/text_identifier"},