]> git.donarmstrong.com Git - qmk_firmware.git/blob - quantum/tools/readme.md
Add satan keymap: HHKB-alike based on dbroqua's, with mouse functionality (#1948)
[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.