Files
zsa_qmk_firmware/data/mappings/keyboard_aliases.hjson
Drashna Jaelre 6cb4ebbf95
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
Fix errors (#407)
* 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
2025-05-13 10:58:02 +07:00

51 lines
1.3 KiB
Plaintext

{
// Format for each entry:
// "<alias>": {
// "target": "<keyboard_folder>"
// }
//
/* This list of aliases is for testing purposes -- ensures "linked list" recursive traversal works correctly. */
"_test_a": { "target": "_test_b" },
"_test_b": { "target": "_test_c" },
"_test_c": { "target": "zsa/planck_ez/base" },
/* The main list of aliases for moved keyboards within QMK. */
"ergodox_ez": {
"target": "zsa/ergodox_ez/m32u4/base"
},
"ergodox_ez/base": {
"target": "zsa/ergodox_ez/m32u4/base"
},
"ergodox_ez/glow": {
"target": "zsa/ergodox_ez/m32u4/glow"
},
"ergodox_ez/shine": {
"target": "zsa/ergodox_ez/m32u4/shine"
},
"moonlander": {
"target": "zsa/moonlander"
},
"planck/ez": {
"target": "zsa/planck_ez/base"
},
"planck/ez/base": {
"target": "zsa/planck_ez/base"
},
"planck/ez/glow": {
"target": "zsa/planck_ez/glow"
},
"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"
}
}