Open gbThreepwood opened 9 months ago
After finishing the soldering I can confirm that the firmware is working as expected with the workaround in the above issue.
Unfortunately I used a deflux spray on my PCB which apparently contains acetone, so half of my switches are ruined, but I guess I mostly have myself to blame for that...
I just received a hillside48 with a Sea Micro atmega32u4 USB-C microcontroller (ordered on beekeeb), and I experienced some challenges uploading the QMK firmware using DFU. I think I have solved the problem (or at least found a workaround), but I still have not gotten around to solder the keys to my keyboard and tested it, so I will have to write a update once that is completed.
Tldr: use avrdude to flash the MCU
I think this issue is with QMK or the microcontroller, but for now I wanted to add it here. Perhaps something could be written about it in the documentation.
My problem was when running the
qmk flash
command.Directly calling the
dfu-programmer
software gives the same error:The following works, and afterwards it seems that the
qmk flash
also started working:Output is:
I now get the following upon issuing
qmk flash
:There is still a error 254 message, but at least it seems like some uploading did happen.