diff options
author | leah-splitkb <103112489+leah-splitkb@users.noreply.github.com> | 2023-11-28 07:53:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-28 17:53:47 +1100 |
commit | 2450fe28ee00a816be02fc770cceae8deb2b2f1d (patch) | |
tree | 8cd0aafeb9eb69ec4be300d1ba7d2cfb4b5f7538 /data/schemas/keyboard.jsonschema | |
parent | ea8d2ffe31763943805c641d502f060094db0cf1 (diff) |
Add Imera converter (#22419)
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 2996958084..32d737a1d8 100644 --- a/data/schemas/keyboard.jsonschema +++ b/data/schemas/keyboard.jsonschema @@ -43,7 +43,7 @@ }, "development_board": { "type": "string", - "enum": ["promicro", "elite_c", "elite_pi", "proton_c", "kb2040", "promicro_rp2040", "blok", "michi", "bit_c_pro", "stemcell", "bluepill", "blackpill_f401", "blackpill_f411", "bonsai_c4", "helios", "liatris"] + "enum": ["promicro", "elite_c", "elite_pi", "proton_c", "kb2040", "promicro_rp2040", "blok", "michi", "bit_c_pro", "stemcell", "bluepill", "blackpill_f401", "blackpill_f411", "bonsai_c4", "helios", "liatris", "imera"] }, "pin_compatible": { "type": "string", |