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

View File

@@ -32,4 +32,4 @@ CUSTOM_MATRIX = yes
SRC = matrix.c i2c.c
# programming options
PROGRAM_CMD = ./keyboards/mehkee96/program $(TARGET).hex
PROGRAM_CMD = ./util/atmega32a_program.py $(TARGET).hex