aboutsummaryrefslogtreecommitdiff
path: root/quantum/template
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
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')
-rw-r--r--quantum/template/avr/rules.mk6
-rw-r--r--quantum/template/ps2avrgb/rules.mk12
2 files changed, 10 insertions, 8 deletions
diff --git a/quantum/template/avr/rules.mk b/quantum/template/avr/rules.mk
index 50deba92c..0ed05e71b 100644
--- a/quantum/template/avr/rules.mk
+++ b/quantum/template/avr/rules.mk
@@ -1,17 +1,16 @@
1# MCU name 1# MCU name
2MCU = atmega32u4 2MCU = atmega32u4
3 3
4
5# Bootloader selection 4# Bootloader selection
6# Teensy halfkay 5# Teensy halfkay
7# Pro Micro caterina 6# Pro Micro caterina
8# Atmel DFU atmel-dfu 7# Atmel DFU atmel-dfu
9# LUFA DFU lufa-dfu 8# LUFA DFU lufa-dfu
10# QMK DFU qmk-dfu 9# QMK DFU qmk-dfu
11# atmega32a bootloadHID 10# ATmega32A bootloadHID
11# ATmega328P USBasp
12BOOTLOADER = atmel-dfu 12BOOTLOADER = atmel-dfu
13 13
14
15# If you don't know the bootloader type, then you can specify the 14# If you don't know the bootloader type, then you can specify the
16# Boot Section Size in *bytes* by uncommenting out the OPT_DEFS line 15# Boot Section Size in *bytes* by uncommenting out the OPT_DEFS line
17# Teensy halfKay 512 16# Teensy halfKay 512
@@ -21,7 +20,6 @@ BOOTLOADER = atmel-dfu
21# USBaspLoader 2048 20# USBaspLoader 2048
22# OPT_DEFS += -DBOOTLOADER_SIZE=4096 21# OPT_DEFS += -DBOOTLOADER_SIZE=4096
23 22
24
25# Build Options 23# Build Options
26# change yes to no to disable 24# change yes to no to disable
27# 25#
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