mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-11 02:59:09 +00:00
revise HHKB bootloader_size to 4096 such that sw reset works (#1274)
This commit is contained in:
parent
c5cef025ec
commit
425f0a768b
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
|
||||||
#OPT_DEFS += -DBOOTLOADER_SIZE=4096
|
#OPT_DEFS += -DBOOTLOADER_SIZE=4096
|
||||||
|
|
||||||
# as per original hasu settings
|
# as per original hasu settings
|
||||||
OPT_DEFS += -DBOOTLOADER_SIZE=512
|
OPT_DEFS += -DBOOTLOADER_SIZE=4096
|
||||||
|
|
||||||
# Build Options
|
# Build Options
|
||||||
# comment out to disable the options.
|
# comment out to disable the options.
|
||||||
|
|
Loading…
Reference in a new issue