summaryrefslogtreecommitdiff
path: root/keyboards/xd75
diff options
context:
space:
mode:
authorColin T.A. Gray2017-11-21 12:20:21 -0700
committerJack Humbert2017-11-22 11:40:46 -0500
commit5b4b471a4f8e7aee3c91989a4f8280a9e4c4f853 (patch)
tree624cfac4528bab0947cf555adec05e076a2cd28e /keyboards/xd75
parentb8217eeff44b03680046144b785ad8c2d93eb710 (diff)
this number just looks wrong, should be 4096 not 4996
Diffstat (limited to 'keyboards/xd75')
-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