Explorar o código

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

tengg %!s(int64=8) %!d(string=hai) anos
pai
achega
425f0a768b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.