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 | |
| parent | ea8d2ffe31763943805c641d502f060094db0cf1 (diff) | |
Add Imera converter (#22419)
Diffstat (limited to 'data')
| -rw-r--r-- | data/mappings/defaults.hjson | 5 | ||||
| -rw-r--r-- | data/schemas/keyboard.jsonschema | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/data/mappings/defaults.hjson b/data/mappings/defaults.hjson index 2bb00da223..8bf5b8ebcb 100644 --- a/data/mappings/defaults.hjson +++ b/data/mappings/defaults.hjson | |||
| @@ -79,6 +79,11 @@ | |||
| 79 | "processor": "RP2040", | 79 | "processor": "RP2040", |
| 80 | "bootloader": "rp2040", | 80 | "bootloader": "rp2040", |
| 81 | "board": "QMK_PM2040" | 81 | "board": "QMK_PM2040" |
| 82 | }, | ||
| 83 | "imera": { | ||
| 84 | "processor": "RP2040", | ||
| 85 | "bootloader": "rp2040", | ||
| 86 | "board": "QMK_PM2040" | ||
| 82 | } | 87 | } |
| 83 | } | 88 | } |
| 84 | } | 89 | } |
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 @@ | |||
| 43 | }, | 43 | }, |
| 44 | "development_board": { | 44 | "development_board": { |
| 45 | "type": "string", | 45 | "type": "string", |
| 46 | "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"] | 46 | "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"] |
| 47 | }, | 47 | }, |
| 48 | "pin_compatible": { | 48 | "pin_compatible": { |
| 49 | "type": "string", | 49 | "type": "string", |
