ploopyco / nano-trackball

A very small trackball-only mouse. Mechanical files, PCBs, and firmware all included.
https://ploopy.co/nano-trackball
Other
468 stars 47 forks source link

Can't get VIA firmware to build. #3

Open izakfilmalter opened 3 years ago

izakfilmalter commented 3 years ago

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.

tenicio commented 3 years ago

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

KoviRobi commented 2 years ago

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