diff options
author | Joel Challis <git@zvecr.com> | 2022-07-06 19:27:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-06 19:27:15 +0100 |
commit | 744af003befb3f5cf6dc6b6f3e581f288d598f96 (patch) | |
tree | 50db5b3eb71a100906b07239e6348aad379ea3e9 /data/schemas | |
parent | 29a2bac4691dae81a613af31e5e99660e61edc3d (diff) | |
download | qmk_firmware-744af003befb3f5cf6dc6b6f3e581f288d598f96.tar.gz qmk_firmware-744af003befb3f5cf6dc6b6f3e581f288d598f96.zip |
Add kb2040 and sparkfun rp2040 converters (#17514)
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 320974f0c4..166a5d4d3b 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", "bluepill", "blackpill_f401", "blackpill_f411"] + "enum": ["promicro", "elite_c", "proton_c", "kb2040", "promicro_rp2040", "bluepill", "blackpill_f401", "blackpill_f411"] }, "pin_compatible": { "type": "string", |