Browse Source

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
pull/1207/head
Adam Lee 7 years ago
committed by GitHub
parent
commit
8e7be3adda
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      keyboards/miuni32/rules.mk

+ 1
- 1
keyboards/miuni32/rules.mk View File

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


Loading…
Cancel
Save