forked from forks/qmk_firmware
11 lines
251 B
Makefile
11 lines
251 B
Makefile
|
|
# 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
|