diff options
author | tengg <tengg@users.noreply.github.com> | 2017-05-04 19:27:35 +0200 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2017-05-04 19:27:35 +0200 |
commit | 425f0a768b5b8389d88bd187d9029171f392b883 (patch) | |
tree | f5b6809405f0ac3853032b59d6efa04570ac7cfa | |
parent | c5cef025ec39e67408f000825747d88c6aaa86eb (diff) | |
download | qmk_firmware-425f0a768b5b8389d88bd187d9029171f392b883.tar.gz qmk_firmware-425f0a768b5b8389d88bd187d9029171f392b883.tar.xz |
revise HHKB bootloader_size to 4096 such that sw reset works (#1274)
-rw-r--r-- | keyboards/hhkb/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/hhkb/rules.mk b/keyboards/hhkb/rules.mk index a46271f02..e4190039f 100644 --- a/keyboards/hhkb/rules.mk +++ b/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. |