From c74295de88e33322db8dcf861608c61db036b9ee Mon Sep 17 00:00:00 2001 From: fauxpark Date: Sun, 8 Dec 2019 18:32:43 +1100 Subject: Set proper AVR part for USBasp avrdude flashing (#7552) * Set proper AVR part for USBasp avrdude flashing * Remove `PROGRAM_CMD` stuff from rules.mk as they should not be needed anymore * Missed the Plaid readme * Remove PROGRAM_CMD from Mysterium --- keyboards/handwired/hnah40/rules.mk | 6 ------ 1 file changed, 6 deletions(-) (limited to 'keyboards/handwired/hnah40/rules.mk') diff --git a/keyboards/handwired/hnah40/rules.mk b/keyboards/handwired/hnah40/rules.mk index bbdf5176c4..a705bff6ab 100644 --- a/keyboards/handwired/hnah40/rules.mk +++ b/keyboards/handwired/hnah40/rules.mk @@ -11,15 +11,9 @@ MCU = atmega328p # ATmega328P USBasp BOOTLOADER = USBasp -# Flash program via avrdude, but default command is not suitable. -# You can use hnah40:default:program -PROGRAM_CMD = avrdude -c usbasp -p m328p -U flash:w:$(BUILD_DIR)/$(TARGET).hex - - # disable debug code OPT_DEFS = -DDEBUG_LEVEL=0 - # Build Options # change yes to no to disable # -- cgit v1.2.3