aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/handwired
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2019-09-21 15:06:32 +1000
committerDrashna Jaelre <drashna@live.com>2019-09-20 22:06:32 -0700
commitde4a47f1cc28c4ef66e7560eac2a50f717070ae2 (patch)
tree541f612a0b7175f7f7b13311e1e28149a6142d4f /keyboards/handwired
parentbeb4a12c9d06d30cc0f544ca52e618898fbb5302 (diff)
downloadfirmware-de4a47f1cc28c4ef66e7560eac2a50f717070ae2.tar.gz
firmware-de4a47f1cc28c4ef66e7560eac2a50f717070ae2.tar.bz2
firmware-de4a47f1cc28c4ef66e7560eac2a50f717070ae2.zip
Cleanup rules.mk for 32A and 328P keyboards (#6767)
Diffstat (limited to 'keyboards/handwired')
-rw-r--r--keyboards/handwired/hnah40/rules.mk10
1 files changed, 9 insertions, 1 deletions
diff --git a/keyboards/handwired/hnah40/rules.mk b/keyboards/handwired/hnah40/rules.mk
index 341b8d03d..bbdf5176c 100644
--- a/keyboards/handwired/hnah40/rules.mk
+++ b/keyboards/handwired/hnah40/rules.mk
@@ -1,7 +1,15 @@
# MCU name
MCU = atmega328p
-BOOTLOADER = bootloadHID
+# Bootloader selection
+# Teensy halfkay
+# Pro Micro caterina
+# Atmel DFU atmel-dfu
+# LUFA DFU lufa-dfu
+# QMK DFU qmk-dfu
+# ATmega32A bootloadHID
+# ATmega328P USBasp
+BOOTLOADER = USBasp
# Flash program via avrdude, but default command is not suitable.
# You can use hnah40:default:program