~ruther/qmk_firmware

5b4b471a4f8e7aee3c91989a4f8280a9e4c4f853 — Colin T.A. Gray 7 years ago b8217ee
this number just looks wrong, should be 4096 not 4996
1 files changed, 1 insertions(+), 1 deletions(-)

M keyboards/xd75/rules.mk
M keyboards/xd75/rules.mk => keyboards/xd75/rules.mk +1 -1
@@ 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