diff options
author | Tom Duckering <tom.duckering@gmail.com> | 2016-05-05 23:27:28 +0100 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-05-05 18:27:28 -0400 |
commit | d4520cd3ac7550fc7243e9a76824d9ba674875c6 (patch) | |
tree | 774b9511462bc1233ab9728a734e2c342278703a | |
parent | 356dba7e6109907d07d3ab9713e850be3f9b3f27 (diff) | |
download | qmk_firmware-d4520cd3ac7550fc7243e9a76824d9ba674875c6.tar.gz qmk_firmware-d4520cd3ac7550fc7243e9a76824d9ba674875c6.zip |
Referencing the hex file (#309)
Seems that this is a typo. When I used the hex file it worked so presuming that means it's right ;)
-rw-r--r-- | quantum/tools/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum/tools/README.md b/quantum/tools/README.md index 0702144238..5f355256de 100644 --- a/quantum/tools/README.md +++ b/quantum/tools/README.md @@ -1,6 +1,6 @@ `eeprom_reset.hex` is to reset the eeprom on the Atmega32u4, like this: dfu-programmer atmega32u4 erase - dfu-programmer atmega32u4 flash --eeprom eeprom-reset.bin + 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.
\ No newline at end of file + You'll need to reflash afterwards, because DFU requires the flash to be erased before messing with the eeprom. |