summary refs log tree commit diff
path: root/data/mappings
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 /data/mappings
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 'data/mappings')
-rw-r--r--data/mappings/defaults.hjson5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/mappings/defaults.hjson b/data/mappings/defaults.hjson
index 8efe73dcde..93da6161d6 100644
--- a/data/mappings/defaults.hjson
+++ b/data/mappings/defaults.hjson
@@ -69,6 +69,11 @@
             "processor": "STM32F411",
             "bootloader": "stm32-dfu",
             "board": "BONSAI_C4"
+        },
+        "helios": {
+            "processor": "RP2040",
+            "bootloader": "rp2040",
+            "board": "QMK_PM2040"
         }
     }
 }