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

pull/1277/head^2
tengg 7 years ago committed by skullydazed
parent c5cef025ec
commit 425f0a768b

@ -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.

Loading…
Cancel
Save