]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
revise HHKB bootloader_size to 4096 such that sw reset works (#1274)
authortengg <tengg@users.noreply.github.com>
Thu, 4 May 2017 17:27:35 +0000 (13:27 -0400)
committerskullydazed <skullydazed@users.noreply.github.com>
Thu, 4 May 2017 17:27:35 +0000 (10:27 -0700)
keyboards/hhkb/rules.mk

index a46271f0234f040438559e5df8f118b3f5914db7..e4190039f7ee569e1141373856f7c07851e01909 100644 (file)
@@ -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.