aboutsummaryrefslogtreecommitdiff
path: root/quantum/tools/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/tools/readme.md')
-rw-r--r--quantum/tools/readme.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/quantum/tools/readme.md b/quantum/tools/readme.md
deleted file mode 100644
index 5f355256d..000000000
--- a/quantum/tools/readme.md
+++ /dev/null
@@ -1,6 +0,0 @@
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.