hadi-syafiq / F12

Open-source 2x6 mechanical keyboard macropad based on atmega32a using through hole component powered by vial firmware
MIT License
15 stars 1 forks source link

Guide on flashing and configuration #1

Open fxwiegand opened 3 months ago

fxwiegand commented 3 months ago

Hi @hadi-syafiq,

First of all thanks for open sourcing this awesome project!

I have build myself a keyboard but have problems on flashing the firmware. The vial online editor doesnt seem to connect either so i was wondering if the documentation could be complemented by a flashing guide.

Thanks in advance!

hadi-syafiq commented 1 month ago

you need bootloader for atmega before flashing the firmware. there is guide by other builder https://github.com/coseyfannitutti/discipline/tree/master/doc/bootloader you can follow. if you have trouble for compile the bootloader, you can download hex file in https://github.com/hadi-syafiq/firmware/blob/main/usbaspbootloader32a.hex , but its only work with usbasp isp programmer and atmega32a. you can use avrdudess for it