Ver Fonte

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

tengg há 8 anos atrás
pai
commit
425f0a768b
1 ficheiros alterados com 1 adições e 1 exclusões
  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.