Browse Source

[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
Drashna Jaelre 1 year ago
parent
commit
7fe168a8ed

+ 3 - 0
data/mappings/keyboard_aliases.hjson

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

+ 0 - 0
keyboards/ergodox_stm32/board.h → keyboards/handwired/ergodox_stm32/board.h


+ 0 - 0
keyboards/ergodox_stm32/chconf.h → keyboards/handwired/ergodox_stm32/chconf.h


+ 0 - 0
keyboards/ergodox_stm32/config.h → keyboards/handwired/ergodox_stm32/config.h


+ 0 - 0
keyboards/ergodox_stm32/ergodox_stm32.c → keyboards/handwired/ergodox_stm32/ergodox_stm32.c


+ 0 - 0
keyboards/ergodox_stm32/ergodox_stm32.h → keyboards/handwired/ergodox_stm32/ergodox_stm32.h


+ 0 - 0
keyboards/ergodox_stm32/halconf.h → keyboards/handwired/ergodox_stm32/halconf.h


+ 0 - 0
keyboards/ergodox_stm32/keyboard.json → keyboards/handwired/ergodox_stm32/keyboard.json


+ 0 - 0
keyboards/ergodox_stm32/keymaps/default/keymap.c → keyboards/handwired/ergodox_stm32/keymaps/default/keymap.c


+ 0 - 0
keyboards/ergodox_stm32/ld/stm32f103_bootloader.ld → keyboards/handwired/ergodox_stm32/ld/stm32f103_bootloader.ld


+ 0 - 0
keyboards/ergodox_stm32/matrix.c → keyboards/handwired/ergodox_stm32/matrix.c


+ 0 - 0
keyboards/ergodox_stm32/mcuconf.h → keyboards/handwired/ergodox_stm32/mcuconf.h


+ 1 - 1
keyboards/ergodox_stm32/readme.md → keyboards/handwired/ergodox_stm32/readme.md

@@ -4,6 +4,6 @@
 
 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).

+ 0 - 0
keyboards/ergodox_stm32/rules.mk → keyboards/handwired/ergodox_stm32/rules.mk