Merge remote-tracking branch 'origin/develop' into xap

This commit is contained in:
QMK Bot 2025-02-07 08:11:22 +00:00
commit c0c25ff313
14 changed files with 4 additions and 1 deletions

View File

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

View File

@ -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).