summaryrefslogtreecommitdiffstats
path: root/docs/platformdev_rp2040.md
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-02-12 23:02:05 +0000
committerGitHub <noreply@github.com>2023-02-12 23:02:05 +0000
commit896d9aa98cfec0f2b1010be7e0db289b8b809311 (patch)
tree9e5dc52dc096970a8acb049e9d6b54391b4843bb /docs/platformdev_rp2040.md
parentb8ac4dddb6234ed23dc28cc0068ea76f4f10be5c (diff)
Add rp2040_ce and add elite-pi and helios as alias (#19830)
* add rp2040_ce and add elite-pi and helios as alias (#19628) * fix git mishap * Update platforms/chibios/converters/promicro_to_rp2040_ce/_pin_defs.h Co-authored-by: Joel Challis <git@zvecr.com> --------- Co-authored-by: Joel Challis <git@zvecr.com> * Tidy docs --------- Co-authored-by: Conor Burns <mail@conor-burns.com>
Diffstat (limited to 'docs/platformdev_rp2040.md')
-rw-r--r--docs/platformdev_rp2040.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/platformdev_rp2040.md b/docs/platformdev_rp2040.md
index b5b32c7b08..890dadb6f0 100644
--- a/docs/platformdev_rp2040.md
+++ b/docs/platformdev_rp2040.md
@@ -124,3 +124,18 @@ As the RP2040 does not have any internal flash memory it depends on an external
| W25X10CL | `#define RP2040_FLASH_W25X10CL` |
| IS25LP080 | `#define RP2040_FLASH_IS25LP080` |
| Generic 03H flash | `#define RP2040_FLASH_GENERIC_03H` |
+
+## RP2040 Community Edition :id=rp2040_ce
+
+The "RP2040 Community Edition" standard is a pinout that was defined by a committee of designers on the BastardKB Discord server.
+
+These boards are designed to be a drop-in replacement for keyboards wanting an upgrade from ATmega32u4 based pro micros (eg. Elite-C).
+
+| Pinout Compatible Controllers |
+| -------------------------------------------------------------------------------- |
+| [0xB2 Splinky](https://github.com/plut0nium/0xB2/) |
+| [Elite-Pi](https://keeb.io/products/elite-pi-usb-c-pro-micro-replacement-rp2040) |
+| [Sea-Picro EXT](https://github.com/joshajohnson/sea-picro) |
+| [0xCB Helios](https://keeb.supply/products/0xcb-helios) |
+| [Frood](https://github.com/piit79/Frood) |
+| [Liatris](https://splitkb.com/products/liatris) |