Using the master branch qmk firmware it appears that there is no via keymap found when trying to follow the instructions in the wiki page. Perhaps this step is not required anymore? The only keymap I see is default. It would seem as though perhaps this step isn't required anymore?
❯ git branch -vv
* master f549948b [origin/master] Skip parsing g_led_config when matrix_size is missing (#24739)
❯ qmk --version
1.1.6
❯ make ploopyco/trackball/rev1_005:via
QMK Firmware 0.27.3
Making ploopyco/trackball/rev1_005 with keymap default and target via
make[1]: *** No rule to make target 'via'. Stop.
Make finished with errors
make: *** [Makefile:415: ploopyco/trackball/rev1_005:via] Error 1
❯ qmk compile -kb ploopyco/trackball/rev1_005 -km via
☒ Invalid keymap argument.
Using the master branch qmk firmware it appears that there is no via keymap found when trying to follow the instructions in the wiki page. Perhaps this step is not required anymore? The only keymap I see is default. It would seem as though perhaps this step isn't required anymore?