2016-08-07 16:04:39 +02:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u2
|
|
|
|
|
|
|
|
# Boot Section Size in *bytes*
|
|
|
|
# Teensy halfKay 512
|
|
|
|
# Teensy++ halfKay 1024
|
|
|
|
# Atmel DFU loader 4096
|
|
|
|
# LUFA bootloader 4096
|
|
|
|
# USBaspLoader 2048
|
2019-09-15 05:03:11 +02:00
|
|
|
# OPT_DEFS += -DBOOTLOADER_SIZE=4096
|
|
|
|
BOOTLOADER = atmel-dfu
|
2016-08-07 16:04:39 +02:00
|
|
|
|
|
|
|
# Build Options
|
2017-06-30 22:09:52 +02:00
|
|
|
# change to no to disable the options.
|
2016-08-07 16:04:39 +02:00
|
|
|
#
|
2019-09-15 05:03:11 +02:00
|
|
|
BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration(+1000)
|
2017-06-30 22:09:52 +02:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
|
|
|
|
CONSOLE_ENABLE = yes # Console for debug(+400)
|
|
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
|
|
|
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
|
|
|
|
NKRO_ENABLE = no # USB Nkey Rollover - not yet supported in LUFA
|
2018-05-25 00:26:38 +02:00
|
|
|
|
|
|
|
LAYOUTS = 60_ansi
|