Skip to content

Commit cc2c1a5

Browse files
committed
converter: remove imera converter
1 parent 280cbc5 commit cc2c1a5

3 files changed

Lines changed: 0 additions & 48 deletions

File tree

docs/feature_converters.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ The following converters are available at this time:
3333
| `promicro` | `elite_pi` |
3434
| `promicro` | `helios` |
3535
| `promicro` | `liatris` |
36-
| `promicro` | `imera` |
3736
| `promicro` | `michi` |
3837
| `promicro` | `svlinky` |
3938
| `promicro` | `halcyon` |
@@ -90,7 +89,6 @@ If a board currently supported by QMK uses a [Pro Micro](https://www.sparkfun.co
9089
| [Elite-Pi](https://keeb.io/products/elite-pi-usb-c-pro-micro-replacement-rp2040) | `elite_pi` | `-e CONVERT_TO=elite_pi` | `CONVERT_TO=elite_pi` | `#ifdef CONVERT_TO_ELITE_PI` |
9190
| [0xCB Helios](https://keeb.supply/products/0xcb-helios) | `helios` | `-e CONVERT_TO=helios` | `CONVERT_TO=helios` | `#ifdef CONVERT_TO_HELIOS` |
9291
| [Liatris](https://splitkb.com/products/liatris) | `liatris` | `-e CONVERT_TO=liatris` | `CONVERT_TO=liatris` | `#ifdef CONVERT_TO_LIATRIS` |
93-
| [Imera](https://splitkb.com/products/imera) | `imera` | `-e CONVERT_TO=imera` | `CONVERT_TO=imera` | `#ifdef CONVERT_TO_IMERA` |
9492
| [Michi](https://github.com/ci-bus/michi-promicro-rp2040) | `michi` | `-e CONVERT_TO=michi` | `CONVERT_TO=michi` | `#ifdef CONVERT_TO_MICHI` |
9593
| [Svlinky](https://github.com/sadekbaroudi/svlinky) | `svlinky` | `-e CONVERT_TO=svlinky` | `CONVERT_TO=svlinky` | `#ifdef CONVERT_TO_SVLINKY` |
9694
| [Halcyon Adapter](https://splitkb.com/products/halcyon-adapter) | `halcyon` | `-e CONVERT_TO=halcyon` | `CONVERT_TO=halcyon` | `#ifdef CONVERT_TO_HALCYON` |

platforms/chibios/converters/promicro_to_imera/_pin_defs.h

Lines changed: 0 additions & 36 deletions
This file was deleted.

platforms/chibios/converters/promicro_to_imera/converter.mk

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)