diff options
author | Albert Y <76888457+filterpaper@users.noreply.github.com> | 2022-07-21 07:54:05 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-21 00:54:05 +0100 |
commit | d510e80b89b5de54d60ff1a3dc1cca0307161fad (patch) | |
tree | 4f2934f867bd809340e91242d61d976699c85f26 /data/schemas | |
parent | 4efe6330c49f076b9c01d3f609dea0cd9f9b0214 (diff) | |
download | qmk_firmware-d510e80b89b5de54d60ff1a3dc1cca0307161fad.tar.gz qmk_firmware-d510e80b89b5de54d60ff1a3dc1cca0307161fad.zip |
Add Blok 2040 conversion (#17603)
Diffstat (limited to 'data/schemas')
-rw-r--r-- | data/schemas/keyboard.jsonschema | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/schemas/keyboard.jsonschema b/data/schemas/keyboard.jsonschema index 166a5d4d3b..46f840616a 100644 --- a/data/schemas/keyboard.jsonschema +++ b/data/schemas/keyboard.jsonschema @@ -34,7 +34,7 @@ }, "development_board": { "type": "string", - "enum": ["promicro", "elite_c", "proton_c", "kb2040", "promicro_rp2040", "bluepill", "blackpill_f401", "blackpill_f411"] + "enum": ["promicro", "elite_c", "proton_c", "kb2040", "promicro_rp2040", "blok", "bluepill", "blackpill_f401", "blackpill_f411"] }, "pin_compatible": { "type": "string", |