1
0
Fork 0

[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
This commit is contained in:
Drashna Jael're 2025-02-07 00:10:45 -08:00 committed by GitHub
parent 273d8d6a1a
commit 7fe168a8ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 4 additions and 1 deletions

View file

@ -197,6 +197,9 @@
"ergodone": { "ergodone": {
"target": "ktec/ergodone" "target": "ktec/ergodone"
}, },
"ergodox_stm32": {
"target": "handwired/ergodox_stm32"
},
"ergoinu": { "ergoinu": {
"target": "dm9records/ergoinu" "target": "dm9records/ergoinu"
}, },

View file

@ -4,6 +4,6 @@
Make example for this keyboard (after setting up your build environment): Make example for this keyboard (after setting up your build environment):
make ergodox_stm32:default make handwired/ergodox_stm32:default
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).