From 5b4b471a4f8e7aee3c91989a4f8280a9e4c4f853 Mon Sep 17 00:00:00 2001 From: "Colin T.A. Gray" Date: Tue, 21 Nov 2017 12:20:21 -0700 Subject: this number just looks wrong, should be 4096 not 4996 --- keyboards/xd75/rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/xd75/rules.mk') 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 -- cgit v1.2.3-24-g4f1b