summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorleah-splitkb <103112489+leah-splitkb@users.noreply.github.com>2023-11-28 07:53:47 +0100
committerGitHub <noreply@github.com>2023-11-28 17:53:47 +1100
commit2450fe28ee00a816be02fc770cceae8deb2b2f1d (patch)
tree8cd0aafeb9eb69ec4be300d1ba7d2cfb4b5f7538 /docs
parentea8d2ffe31763943805c641d502f060094db0cf1 (diff)
Add Imera converter (#22419)
Diffstat (limited to 'docs')
-rw-r--r--docs/feature_converters.md3
-rw-r--r--docs/squeezing_avr.md1
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/feature_converters.md b/docs/feature_converters.md
index 11bdbed576..62c214e246 100644
--- a/docs/feature_converters.md
+++ b/docs/feature_converters.md
@@ -19,6 +19,7 @@ The following converters are available at this time:
19| `promicro` | `elite_pi` | 19| `promicro` | `elite_pi` |
20| `promicro` | `helios` | 20| `promicro` | `helios` |
21| `promicro` | `liatris` | 21| `promicro` | `liatris` |
22| `promicro` | `imera` |
22| `promicro` | `michi` | 23| `promicro` | `michi` |
23| `elite_c` | `stemcell` | 24| `elite_c` | `stemcell` |
24| `elite_c` | `rp2040_ce` | 25| `elite_c` | `rp2040_ce` |
@@ -82,6 +83,7 @@ If a board currently supported in QMK uses a [Pro Micro](https://www.sparkfun.co
82| [Elite-Pi](https://keeb.io/products/elite-pi-usb-c-pro-micro-replacement-rp2040) | `elite_pi` | 83| [Elite-Pi](https://keeb.io/products/elite-pi-usb-c-pro-micro-replacement-rp2040) | `elite_pi` |
83| [0xCB Helios](https://keeb.supply/products/0xcb-helios) | `helios` | 84| [0xCB Helios](https://keeb.supply/products/0xcb-helios) | `helios` |
84| [Liatris](https://splitkb.com/products/liatris) | `liatris` | 85| [Liatris](https://splitkb.com/products/liatris) | `liatris` |
86| [Imera](https://splitkb.com/products/imera) | `imera` |
85| [Michi](https://github.com/ci-bus/michi-promicro-rp2040) | `michi` | 87| [Michi](https://github.com/ci-bus/michi-promicro-rp2040) | `michi` |
86 88
87Converter summary: 89Converter summary:
@@ -99,6 +101,7 @@ Converter summary:
99| `elite_pi` | `-e CONVERT_TO=elite_pi` | `CONVERT_TO=elite_pi` | `#ifdef CONVERT_TO_ELITE_PI` | 101| `elite_pi` | `-e CONVERT_TO=elite_pi` | `CONVERT_TO=elite_pi` | `#ifdef CONVERT_TO_ELITE_PI` |
100| `helios` | `-e CONVERT_TO=helios` | `CONVERT_TO=helios` | `#ifdef CONVERT_TO_HELIOS` | 102| `helios` | `-e CONVERT_TO=helios` | `CONVERT_TO=helios` | `#ifdef CONVERT_TO_HELIOS` |
101| `liatris` | `-e CONVERT_TO=liatris` | `CONVERT_TO=liatris` | `#ifdef CONVERT_TO_LIATRIS` | 103| `liatris` | `-e CONVERT_TO=liatris` | `CONVERT_TO=liatris` | `#ifdef CONVERT_TO_LIATRIS` |
104| `imera` | `-e CONVERT_TO=imera` | `CONVERT_TO=imera` | `#ifdef CONVERT_TO_IMERA` |
102| `michi` | `-e CONVERT_TO=michi` | `CONVERT_TO=michi` | `#ifdef CONVERT_TO_MICHI` | 105| `michi` | `-e CONVERT_TO=michi` | `CONVERT_TO=michi` | `#ifdef CONVERT_TO_MICHI` |
103 106
104### Proton C :id=proton_c 107### Proton C :id=proton_c
diff --git a/docs/squeezing_avr.md b/docs/squeezing_avr.md
index af015b4b18..c3b9e5595e 100644
--- a/docs/squeezing_avr.md
+++ b/docs/squeezing_avr.md
@@ -210,6 +210,7 @@ That said, there are a number of Pro Micro replacements with ARM controllers:
210* [Elite-Pi](https://keeb.io/products/elite-pi-usb-c-pro-micro-replacement-rp2040) 210* [Elite-Pi](https://keeb.io/products/elite-pi-usb-c-pro-micro-replacement-rp2040)
211* [0xCB Helios](https://keeb.supply/products/0xcb-helios) ([Open Source](https://github.com/0xCB-dev/0xCB-Helios), DIY/PCBA/Shop) 211* [0xCB Helios](https://keeb.supply/products/0xcb-helios) ([Open Source](https://github.com/0xCB-dev/0xCB-Helios), DIY/PCBA/Shop)
212* [Liatris](https://splitkb.com/products/liatris) 212* [Liatris](https://splitkb.com/products/liatris)
213* [Imera](https://splitkb.com/products/imera)
213* [Michi](https://github.com/ci-bus/michi-promicro-rp2040) 214* [Michi](https://github.com/ci-bus/michi-promicro-rp2040)
214 215
215There are other, non-Pro Micro compatible boards out there. The most popular being: 216There are other, non-Pro Micro compatible boards out there. The most popular being: