]> git.donarmstrong.com Git - qmk_firmware.git/blob - quantum/tools/readme.md
Merge commit '60b30c036397cb5627fa374bb930794b225daa29' as 'lib/lufa'
[qmk_firmware.git] / quantum / tools / readme.md
1 `eeprom_reset.hex` is to reset the eeprom on the Atmega32u4, like this:
2
3     dfu-programmer atmega32u4 erase
4     dfu-programmer atmega32u4 flash --eeprom eeprom_reset.hex
5
6  You'll need to reflash afterwards, because DFU requires the flash to be erased before messing with the eeprom.