summaryrefslogtreecommitdiff
path: root/quantum/template/ps2avrgb/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/template/ps2avrgb/rules.mk')
-rw-r--r--quantum/template/ps2avrgb/rules.mk12
1 files changed, 8 insertions, 4 deletions
diff --git a/quantum/template/ps2avrgb/rules.mk b/quantum/template/ps2avrgb/rules.mk
index a3ac9bd75a..bda115db55 100644
--- a/quantum/template/ps2avrgb/rules.mk
+++ b/quantum/template/ps2avrgb/rules.mk
@@ -1,10 +1,14 @@
# MCU name
MCU = atmega32a
-# Bootloader
-# This definition is optional, and if your keyboard supports multiple bootloaders of
-# different sizes, comment this out, and the correct address will be loaded
-# automatically (+60). See bootloader.mk for all options.
+# Bootloader selection
+# Teensy halfkay
+# Pro Micro caterina
+# Atmel DFU atmel-dfu
+# LUFA DFU lufa-dfu
+# QMK DFU qmk-dfu
+# ATmega32A bootloadHID
+# ATmega328P USBasp
BOOTLOADER = bootloadHID
# build options