nano-trackball icon indicating copy to clipboard operation
nano-trackball copied to clipboard

Can't get VIA firmware to build.

Open izakfilmalter opened this issue 3 years ago • 2 comments

From what I can tell, the via firmware can't be built from the https://github.com/ploopyco/nano-qmk-firmware/tree/pinkyball repo. Seems like there isn't a via keymap folder in the Nanos directory.

izakfilmalter avatar May 03 '21 17:05 izakfilmalter

Came here to report the same. The "Appendix D: QMK Firmware Programming" doc for the Nano specifically suggests using Via.

tenicio avatar May 27 '21 04:05 tenicio

Using find qmk_firmware/keyboards/ploopyco -name via turns out there is a via directory for the other keyboards. What I did with the nano is copy over the nano default directory and added a rules.mk containing the line

VIA_ENABLE = yes

Figuring out how to use VIA is the next step for me, but hopefully this helps

KoviRobi avatar Mar 28 '22 13:03 KoviRobi