Set Bootloader Size to 4K

Use Atmel's default bootloader size, rather than Teensy 2.0's [1].

[1] https://github.com/qmk/qmk_firmware/pull/1207#discussion_r109712786
This commit is contained in:
Adam Lee 2017-04-04 10:21:32 -07:00 committed by GitHub
parent 236826e7c1
commit 8e7be3adda
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
# Atmel DFU loader 4096
# LUFA bootloader 4096
# USBaspLoader 2048
OPT_DEFS += -DBOOTLOADER_SIZE=512
OPT_DEFS += -DBOOTLOADER_SIZE=4096
# Build Options