~ruther/qmk_firmware

a3ed1b0c8d51b0a11eb358d06041d4edb1dba6be — Joel Challis 2 years ago 1b045b1
Relax converter within keymap schema (#19544)

1 files changed, 2 insertions(+), 1 deletions(-)

M data/schemas/keymap.jsonschema
M data/schemas/keymap.jsonschema => data/schemas/keymap.jsonschema +2 -1
@@ 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"},