diff options
author | Drashna Jaelre <drashna@live.com> | 2025-02-07 00:10:45 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-07 19:10:45 +1100 |
commit | 7fe168a8ed1577be2f75ec0f0a43a3997a7df199 (patch) | |
tree | ff0a88153dda8be45c8adc574bb9d98d4035a7ac /data | |
parent | 273d8d6a1a6badb8d9b473954f16a0fbbe671987 (diff) |
[Keyboard] Move Ergodox STM32 to handwired folder (#24903)
* [Keyboard] Move Erogdox STM32 to handwired folder
To minimize confusion with ZSA's ergodox EZ ST (stm32f303) and because this is basically a one-off board
* Don't forget mapping
* Fix readme
Diffstat (limited to 'data')
-rw-r--r-- | data/mappings/keyboard_aliases.hjson | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/mappings/keyboard_aliases.hjson b/data/mappings/keyboard_aliases.hjson index 760e54b889..d03ff33f2c 100644 --- a/data/mappings/keyboard_aliases.hjson +++ b/data/mappings/keyboard_aliases.hjson @@ -197,6 +197,9 @@ "ergodone": { "target": "ktec/ergodone" }, + "ergodox_stm32": { + "target": "handwired/ergodox_stm32" + }, "ergoinu": { "target": "dm9records/ergoinu" }, |