Open izakfilmalter opened 3 years ago
Came here to report the same. The "Appendix D: QMK Firmware Programming" doc for the Nano specifically suggests using Via.
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
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.