diff options
author | Danny <nooges@users.noreply.github.com> | 2022-09-08 14:59:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-08 14:59:27 -0400 |
commit | fb6e82154140df1b87f74f80dac911c96163e82e (patch) | |
tree | e207bde93977ee30c9c4382982c148e05346d913 /data/schemas/keyboard.jsonschema | |
parent | 3e0a22d532dc6fb6bca197bf470453cc3c7823c7 (diff) |
Add Elite-Pi converter (#18236)
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'data/schemas/keyboard.jsonschema')
-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 d0375fcdc4..7e0400d7f7 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", "bit_c_pro", "stemcell", "bluepill", "blackpill_f401", "blackpill_f411", "bonsai_c4"] + "enum": ["promicro", "elite_c", "elite_pi", "proton_c", "kb2040", "promicro_rp2040", "blok", "bit_c_pro", "stemcell", "bluepill", "blackpill_f401", "blackpill_f411", "bonsai_c4"] }, "pin_compatible": { "type": "string", |