diff options
author | Joel Challis <git@zvecr.com> | 2022-04-06 15:46:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-06 15:46:13 +0100 |
commit | d8707164578790e7b4aed9767431013b6ded40cb (patch) | |
tree | aa69cf2f9a8ce25db3f2b065df967393401bf5ba /data/schemas | |
parent | 0ef2246496b2968b8b647e14cc5971704dec2e53 (diff) | |
download | qmk_firmware-d8707164578790e7b4aed9767431013b6ded40cb.tar.gz qmk_firmware-d8707164578790e7b4aed9767431013b6ded40cb.zip |
Add bluepill/blackpill development board presets (#16806)
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 9af3ef5981..68a02420a4 100644 --- a/data/schemas/keyboard.jsonschema +++ b/data/schemas/keyboard.jsonschema @@ -14,7 +14,7 @@ }, "development_board": { "type": "string", - "enum": ["promicro", "elite_c", "proton_c"] + "enum": ["promicro", "elite_c", "proton_c", "bluepill", "blackpill_f401", "blackpill_f411"] }, "pin_compatible": { "type": "string", |