Add eeprom_tool project
This commit is contained in:
parent
21ff75715b
commit
c23225040f
10 changed files with 250 additions and 0 deletions
6
keyboard/eeprom_tool/Makefile.wipe_atmega32u4
Normal file
6
keyboard/eeprom_tool/Makefile.wipe_atmega32u4
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
NAME = eeprom_wipe
|
||||
MCU = atmega32u4
|
||||
TARGET = $(NAME)_$(MCU)
|
||||
SRC = $(NAME).c
|
||||
|
||||
include Makefile
|
||||
Loading…
Add table
Add a link
Reference in a new issue