Fix errors (#407)
Some checks failed
Build firmware / build-firmware (default) (push) Has been cancelled
Build firmware / build-firmware (oryx) (push) Has been cancelled
Unit Tests / test (push) Has been cancelled

* Make sure that unit tests run on all release versions

* [ErgoDox EZ] Fix complication issues due to updates

* [ErgoDox EZ] Fix compilication errors and warnings

We want all green!

* Fix weird merge conflicts
This commit is contained in:
Drashna Jaelre
2025-05-12 20:58:02 -07:00
committed by GitHub
parent bc17db049d
commit 6cb4ebbf95
18 changed files with 22 additions and 42 deletions

View File

@@ -37,5 +37,14 @@
},
"voyager": {
"target": "zsa/voyager"
},
"zsa/ergodox_ez": {
"target": "zsa/ergodox_ez/m32u4/base"
},
"zsa/ergodox_ez/m32u4": {
"target": "zsa/ergodox_ez/m32u4/base"
},
"zsa/ergodox_ez/stm32": {
"target": "zsa/ergodox_ez/stm32/base"
}
}