diff options
author | fauxpark <fauxpark@gmail.com> | 2019-09-21 15:06:32 +1000 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-09-20 22:06:32 -0700 |
commit | de4a47f1cc28c4ef66e7560eac2a50f717070ae2 (patch) | |
tree | 541f612a0b7175f7f7b13311e1e28149a6142d4f /quantum/template/avr/rules.mk | |
parent | beb4a12c9d06d30cc0f544ca52e618898fbb5302 (diff) |
Cleanup rules.mk for 32A and 328P keyboards (#6767)
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 50deba92cf..0ed05e71b5 100644 --- a/quantum/template/avr/rules.mk +++ b/quantum/template/avr/rules.mk @@ -1,17 +1,16 @@ # MCU name MCU = atmega32u4 - # Bootloader selection # Teensy halfkay # Pro Micro caterina # Atmel DFU atmel-dfu # LUFA DFU lufa-dfu # QMK DFU qmk-dfu -# atmega32a bootloadHID +# ATmega32A bootloadHID +# ATmega328P USBasp BOOTLOADER = atmel-dfu - # If you don't know the bootloader type, then you can specify the # Boot Section Size in *bytes* by uncommenting out the OPT_DEFS line # Teensy halfKay 512 @@ -21,7 +20,6 @@ BOOTLOADER = atmel-dfu # USBaspLoader 2048 # OPT_DEFS += -DBOOTLOADER_SIZE=4096 - # Build Options # change yes to no to disable # |