Skip to content

Commit

Permalink
Remove BOOTLOADER_SIZE stuff from template (qmk#8516)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored Mar 22, 2020
1 parent bea62ad commit 147bc6e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions quantum/template/avr/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,6 @@ MCU = atmega32u4
# 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
# Otherwise, delete this section
# Teensy halfKay 512
# Teensy++ halfKay 1024
# Atmel DFU loader 4096
# LUFA bootloader 4096
# USBaspLoader 2048
# OPT_DEFS += -DBOOTLOADER_SIZE=4096

# Build Options
# change yes to no to disable
#
Expand Down

0 comments on commit 147bc6e

Please sign in to comment.