diff options
author | Jay Greco <jayv.greco@gmail.com> | 2022-08-13 06:48:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-13 14:48:30 +0100 |
commit | 4eeafbebabfac04eada98f75dedbecdbbd16298c (patch) | |
tree | 39823c40ce29685d070c214f0d17b0531331d5a4 /data/schemas | |
parent | fc7e9efd215fee7ec8acd3e2740a6ab9d4633818 (diff) | |
download | qmk_firmware-4eeafbebabfac04eada98f75dedbecdbbd16298c.tar.gz qmk_firmware-4eeafbebabfac04eada98f75dedbecdbbd16298c.zip |
Add Bit-C PRO converter (#17827)
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 14f84c5595..c55d66e6bb 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", "blok", "bluepill", "blackpill_f401", "blackpill_f411"] + "enum": ["promicro", "elite_c", "proton_c", "kb2040", "promicro_rp2040", "blok", "bit_c_pro", "bluepill", "blackpill_f401", "blackpill_f411"] }, "pin_compatible": { "type": "string", |