summaryrefslogtreecommitdiffstats
path: root/keyboards/xd75/rules.mk
diff options
context:
space:
mode:
authorColin T.A. Gray <colinta@gmail.com>2017-11-21 20:20:21 +0100
committerJack Humbert <jack.humb@gmail.com>2017-11-22 17:40:46 +0100
commit5b4b471a4f8e7aee3c91989a4f8280a9e4c4f853 (patch)
tree624cfac4528bab0947cf555adec05e076a2cd28e /keyboards/xd75/rules.mk
parentb8217eeff44b03680046144b785ad8c2d93eb710 (diff)
downloadqmk_firmware-5b4b471a4f8e7aee3c91989a4f8280a9e4c4f853.tar.gz
qmk_firmware-5b4b471a4f8e7aee3c91989a4f8280a9e4c4f853.tar.xz
this number just looks wrong, should be 4096 not 4996
Diffstat (limited to 'keyboards/xd75/rules.mk')
-rw-r--r--keyboards/xd75/rules.mk2
1 files changed, 1 insertions, 1 deletions
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