瀏覽代碼

revise HHKB bootloader_size to 4096 such that sw reset works (#1274)

tengg 8 年之前
父節點
當前提交
425f0a768b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      keyboards/hhkb/rules.mk

+ 1 - 1
keyboards/hhkb/rules.mk

@@ -53,7 +53,7 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
 #OPT_DEFS += -DBOOTLOADER_SIZE=4096
 
 # as per original hasu settings
-OPT_DEFS += -DBOOTLOADER_SIZE=512
+OPT_DEFS += -DBOOTLOADER_SIZE=4096
 
 # Build Options
 #   comment out to disable the options.