JetSergeVial is giving me "No devices detected." and their web version is telling me "No compatible devices found" Having trouble getting LED configuration done :( I tried to follow https://www.shawenyao.com/Stack-Overflow-The-LED/ but the pip commands at the bottom give me "ERROR: Could not find a version that satisfies the requirement hid (from versions: none) ERROR: No matching distribution found from winrt"
Having a lot of trouble with this is anyone has any advice I would appreciate it! I thought changing LED firmware would be simple... wrong.
JetSergeThank you for sharing this! is there a way to get a keymap.c for this firmware. I'm on linux and QMK_tools let me only compile keymap.c files to generate .hex that can then be flashed on the Key, but is not letting me to flash directly .hex files.
Val.deUse https://github.com/qmk/qmk_toolbox/releases to flash hex files. You are not supposed to build it yourself. If you want to build it for some reason, you need to follow VIAL build instructions. The link to sources was shared in my comment.
JetSergeThanks for your quick reply. I understand I'm supposed to use qmk-toolbox, but I'm running a Ubuntu only machine, without any Windows, and there is no qmk-toolbox yet for Linux, or I'm wrong?
JetSergeFor future users stumbling across this thread, I was able to flash the vial compatible firmware on linux with:
sudo dfu-programmer atmega32u4 erase --force and then dfu-programmer atmega32u4 flash massdrop_thekey_vial.hex (after extracting the .hex file from the .zip, the rest is not needed)
I think qmk flash should have worked, but it wouldn't work for me.