this number just looks wrong, should be 4096 not 4996

This commit is contained in:
Colin T.A. Gray 2017-11-21 12:20:21 -07:00 committed by Jack Humbert
parent b8217eeff4
commit 5b4b471a4f
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=4996
OPT_DEFS += -DBOOTLOADER_SIZE=4096
# QMK Build Options
# change to "no" to disable the options, or define them in the Makefile in