summaryrefslogtreecommitdiffstats
path: root/keyboards/miuni32
diff options
context:
space:
mode:
authorAdam Lee <adam-lee@users.noreply.github.com>2017-04-04 19:21:32 +0200
committerGitHub <noreply@github.com>2017-04-04 19:21:32 +0200
commit8e7be3adda577ab58ed942d83e0d2ebd4ab07f88 (patch)
tree3dffb2ea18b75bd65e62d1bcc7469039b455c6d7 /keyboards/miuni32
parent236826e7c1f59e63699868b7247ec849c24b44b9 (diff)
downloadqmk_firmware-8e7be3adda577ab58ed942d83e0d2ebd4ab07f88.tar.gz
qmk_firmware-8e7be3adda577ab58ed942d83e0d2ebd4ab07f88.tar.xz
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/miuni32')
-rw-r--r--keyboards/miuni32/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/miuni32/rules.mk b/keyboards/miuni32/rules.mk
index 55898147d..ef8daf3ca 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