blob: 29eae4b4950ce9152357baeaf2fcb0136d88cc65 (
plain)
1
2
3
4
5
6
7
8
9
|
# 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 = yes # Audio output on port C6
|