diff options
Diffstat (limited to 'quantum/template/avr/rules.mk')
-rw-r--r-- | quantum/template/avr/rules.mk | 6 |
1 files changed, 2 insertions, 4 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 |
2 | MCU = atmega32u4 | 2 | MCU = 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 | ||
12 | BOOTLOADER = atmel-dfu | 12 | BOOTLOADER = 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 | # |