aboutsummaryrefslogtreecommitdiff
path: root/quantum/template/ps2avrgb
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 /quantum/template/ps2avrgb
parentbeb4a12c9d06d30cc0f544ca52e618898fbb5302 (diff)
downloadqmk_firmware-de4a47f1cc28c4ef66e7560eac2a50f717070ae2.tar.gz
qmk_firmware-de4a47f1cc28c4ef66e7560eac2a50f717070ae2.zip
Cleanup rules.mk for 32A and 328P keyboards (#6767)
Diffstat (limited to 'quantum/template/ps2avrgb')
-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 a3ac9bd75..bda115db5 100644
--- a/quantum/template/ps2avrgb/rules.mk
+++ b/quantum/template/ps2avrgb/rules.mk
@@ -1,10 +1,14 @@
1# MCU name 1# MCU name
2MCU = atmega32a 2MCU = atmega32a
3 3
4# Bootloader 4# Bootloader selection
5# This definition is optional, and if your keyboard supports multiple bootloaders of 5# Teensy halfkay
6# different sizes, comment this out, and the correct address will be loaded 6# Pro Micro caterina
7# automatically (+60). See bootloader.mk for all options. 7# Atmel DFU atmel-dfu
8# LUFA DFU lufa-dfu
9# QMK DFU qmk-dfu
10# ATmega32A bootloadHID
11# ATmega328P USBasp
8BOOTLOADER = bootloadHID 12BOOTLOADER = bootloadHID
9 13
10# build options 14# build options