~ruther/qmk_firmware

ref: 478a18d23797e3c6bd9d55732a963fc65db647d9 qmk_firmware/quantum/tools/README.md -rw-r--r-- 284 bytes
478a18d2 — Samuel Goodwin Add support for the KC60 v2.0 2015-09-12 (#360) 9 years ago

eeprom_reset.hex is to reset the eeprom on the Atmega32u4, like this:

dfu-programmer atmega32u4 erase
dfu-programmer atmega32u4 flash --eeprom eeprom_reset.hex

You'll need to reflash afterwards, because DFU requires the flash to be erased before messing with the eeprom.