From: Colin T.A. Gray Date: Tue, 21 Nov 2017 19:20:21 +0000 (-0700) Subject: this number just looks wrong, should be 4096 not 4996 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5b4b471a4f8e7aee3c91989a4f8280a9e4c4f853;p=qmk_firmware.git this number just looks wrong, should be 4096 not 4996 --- diff --git a/keyboards/xd75/rules.mk b/keyboards/xd75/rules.mk index 7aa70212e..5f6e85648 100644 --- a/keyboards/xd75/rules.mk +++ b/keyboards/xd75/rules.mk @@ -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