tmk_keyboard/keyboard/eeprom_tool/README.md
2023-12-07 13:49:58 +09:00

443 B

EEPROM tool

This can show and erase EEPROM content and would be useful when you have a trouble with EEPROM.

Prebuilt firmware

eeprom_show just shows content of EEPROM and eeprom_wipe overwrites all bytes of EEPROM with 0xFF.

You can see the contents using hid_listen.

For ATmega32u2:

  • eeprom_show_32u2.hex
  • eeprom_wipe_32u2.hex

For ATmega32u4:

  • eeprom_show_32u4.hex
  • eeprom_wipe_32u4.hex