diff options
| author | Joel Challis <git@zvecr.com> | 2021-08-24 17:07:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-24 17:07:11 +0100 |
| commit | 2cade3a48300e0709f8aec68602faf90947b6738 (patch) | |
| tree | 20d4e05ccb92ebf35c7aa3ab281590302e9befa9 /quantum/tools | |
| parent | 2827a3cf754c2eaca37a0d44a5901741f1855414 (diff) | |
| download | qmk_firmware-2cade3a48300e0709f8aec68602faf90947b6738.tar.gz qmk_firmware-2cade3a48300e0709f8aec68602faf90947b6738.zip | |
Align some quantum sub-directories (#14134)
* Misc folder tidy
* Review comments
* Remove redundant entry
Diffstat (limited to 'quantum/tools')
| -rw-r--r-- | quantum/tools/eeprom_reset.hex | 9 | ||||
| -rw-r--r-- | quantum/tools/readme.md | 6 |
2 files changed, 0 insertions, 15 deletions
diff --git a/quantum/tools/eeprom_reset.hex b/quantum/tools/eeprom_reset.hex deleted file mode 100644 index a8a75389f..000000000 --- a/quantum/tools/eeprom_reset.hex +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | :10000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00 | ||
| 2 | :10001000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0 | ||
| 3 | :10002000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0 | ||
| 4 | :10003000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD0 | ||
| 5 | :10004000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC0 | ||
| 6 | :10005000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB0 | ||
| 7 | :10006000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA0 | ||
| 8 | :10007000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF90 | ||
| 9 | :00000001FF | ||
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. | ||
