]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
this number just looks wrong, should be 4096 not 4996
authorColin T.A. Gray <colinta@gmail.com>
Tue, 21 Nov 2017 19:20:21 +0000 (12:20 -0700)
committerJack Humbert <jack.humb@gmail.com>
Wed, 22 Nov 2017 16:40:46 +0000 (11:40 -0500)
keyboards/xd75/rules.mk

index 7aa70212ed458c669be42fb8345f446cbffe8fb8..5f6e856486426ece5b7b20d3dbad4a4d61a5ae03 100644 (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