diff options
author | Colin T.A. Gray <colinta@gmail.com> | 2017-11-21 12:20:21 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-11-22 11:40:46 -0500 |
commit | 5b4b471a4f8e7aee3c91989a4f8280a9e4c4f853 (patch) | |
tree | 624cfac4528bab0947cf555adec05e076a2cd28e /keyboards/xd75 | |
parent | b8217eeff44b03680046144b785ad8c2d93eb710 (diff) | |
download | qmk_firmware-5b4b471a4f8e7aee3c91989a4f8280a9e4c4f853.tar.gz qmk_firmware-5b4b471a4f8e7aee3c91989a4f8280a9e4c4f853.zip |
this number just looks wrong, should be 4096 not 4996
Diffstat (limited to 'keyboards/xd75')
-rw-r--r-- | keyboards/xd75/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/xd75/rules.mk b/keyboards/xd75/rules.mk index 7aa70212ed..5f6e856486 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 |