瀏覽代碼

this number just looks wrong, should be 4096 not 4996

Colin T.A. Gray 7 年之前
父節點
當前提交
5b4b471a4f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      keyboards/xd75/rules.mk

+ 1 - 1
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