summaryrefslogtreecommitdiff
path: root/data/schemas
diff options
context:
space:
mode:
authorJay Greco <jayv.greco@gmail.com>2022-08-13 06:48:30 -0700
committerGitHub <noreply@github.com>2022-08-13 14:48:30 +0100
commit4eeafbebabfac04eada98f75dedbecdbbd16298c (patch)
tree39823c40ce29685d070c214f0d17b0531331d5a4 /data/schemas
parentfc7e9efd215fee7ec8acd3e2740a6ab9d4633818 (diff)
Add Bit-C PRO converter (#17827)
Diffstat (limited to 'data/schemas')
-rw-r--r--data/schemas/keyboard.jsonschema2
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",