Browse Source

Relax converter within keymap schema (#19544)

pull/16598/merge
Joel Challis 1 year ago
committed by GitHub
parent
commit
a3ed1b0c8d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      data/schemas/keymap.jsonschema

+ 2
- 1
data/schemas/keymap.jsonschema View File

@ -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"},


Loading…
Cancel
Save