Skip to content

Commit

Permalink
Relax converter within keymap schema (qmk#19544)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored and omikronik committed Jan 22, 2023
1 parent d607e4b commit 88e720f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/schemas/keymap.jsonschema
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"author": {"type": "string"},
"converter": {
"type": "string",
"enum": ["elite_pi", "proton_c", "kb2040", "promicro_rp2040", "blok", "bit_c_pro", "stemcell", "bonsai_c4"]
"minLength": 1,
"pattern": "^[a-z][0-9a-z_]*$"
},
"host_language": {"$ref": "qmk.definitions.v1#/text_identifier"},
"keyboard": {"$ref": "qmk.definitions.v1#/text_identifier"},
Expand Down

0 comments on commit 88e720f

Please sign in to comment.