diff options
author | Adam Lee <adam-lee@users.noreply.github.com> | 2017-04-04 10:21:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-04 10:21:32 -0700 |
commit | 8e7be3adda577ab58ed942d83e0d2ebd4ab07f88 (patch) | |
tree | 3dffb2ea18b75bd65e62d1bcc7469039b455c6d7 /keyboards | |
parent | 236826e7c1f59e63699868b7247ec849c24b44b9 (diff) |
Set Bootloader Size to 4K
Use Atmel's default bootloader size, rather than Teensy 2.0's [1].
[1] https://github.com/qmk/qmk_firmware/pull/1207#discussion_r109712786
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/miuni32/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/miuni32/rules.mk b/keyboards/miuni32/rules.mk index 55898147dd..ef8daf3caa 100644 --- a/keyboards/miuni32/rules.mk +++ b/keyboards/miuni32/rules.mk @@ -45,7 +45,7 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT # Atmel DFU loader 4096 # LUFA bootloader 4096 # USBaspLoader 2048 -OPT_DEFS += -DBOOTLOADER_SIZE=512 +OPT_DEFS += -DBOOTLOADER_SIZE=4096 # Build Options |