Align use of atmega32a program script (#5259)

* Remove duplicate 'program' files and refactor to use atmega32a_program.py

* Update readme references from 'program' to 'atmega32a_program.py'
This commit is contained in:
zvecr
2019-03-14 22:55:08 +00:00
committed by Drashna Jaelre
parent c025d813ba
commit 205ffc277c
19 changed files with 12 additions and 655 deletions
+1 -1
View File
@@ -45,4 +45,4 @@ OPT_DEFS = -DDEBUG_LEVEL=0
SRC += i2c_master.c
# programming options
PROGRAM_CMD = ./keyboards/ps2avrGB/program $(TARGET).hex
PROGRAM_CMD = ./util/atmega32a_program.py $(TARGET).hex