tmk_keyboard/keyboard/eeprom_tool
2023-12-07 13:49:58 +09:00
..
config.h Add eeprom_tool project 2023-12-07 13:49:58 +09:00
eeprom_show.c Add eeprom_tool project 2023-12-07 13:49:58 +09:00
eeprom_tool.c Add eeprom_tool project 2023-12-07 13:49:58 +09:00
eeprom_wipe.c Add eeprom_tool project 2023-12-07 13:49:58 +09:00
Makefile Add eeprom_tool project 2023-12-07 13:49:58 +09:00
Makefile.show_atmega32u2 Add eeprom_tool project 2023-12-07 13:49:58 +09:00
Makefile.show_atmega32u4 Add eeprom_tool project 2023-12-07 13:49:58 +09:00
Makefile.wipe_atmega32u2 Add eeprom_tool project 2023-12-07 13:49:58 +09:00
Makefile.wipe_atmega32u4 Add eeprom_tool project 2023-12-07 13:49:58 +09:00
README.md Add eeprom_tool project 2023-12-07 13:49:58 +09:00

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