Skip to content

Commit

Permalink
Fix test case in alias
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna committed Jul 4, 2024
1 parent 788f7eb commit 7566399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/mappings/keyboard_aliases.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/* 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": "planck/rev6" },
"_test_c": { "target": "zsa/planck_ez/base" },

/* The main list of aliases for moved keyboards within QMK. */
"ergodox_ez": {
Expand Down

0 comments on commit 7566399

Please sign in to comment.