blob: 9ecde59583a9c53e0106c5512ac4b7b25a248c80 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Boot Section Size in *bytes*
# Teensy halfKay 512
# Teensy++ halfKay 1024
# Atmel DFU loader 4096
# LUFA bootloader 4096
# USBaspLoader 2048
OPT_DEFS += -DBOOTLOADER_SIZE=4096
AUDIO_ENABLE = no # Audio output on port C6
|