qmk_firmware
qmk_firmware copied to clipboard
[Feature Request] VIA support
Having VIA support would be awesome - flashing keymaps is still better than needing to use the wonky Android app, but having a computer-programmable keymap would make things even easier.
I've attempted to enable VIA but there's a few things in the way, and I don't know how to debug them sadly.
- Simply adding a VIA keymap makes the board not work. Apparently VIA needs the EEPROM to work, as I was told in the QMK Discord.
- Removing the
EEPROM_DRIVER = transient
flag made the board not boot, but it was added for a reason: https://github.com/msvisser/qmk_firmware/commit/ddae0d40fcac98af60cd4338c7a7cc76ef43ef46
I've got no idea how to continue from here - adding the CONSOLE_ENABLE = yes
rule didn't show anything when the board tried to boot.