2016-08-07 14:04:39 +00:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u2
|
|
|
|
|
2019-09-19 16:55:14 +00:00
|
|
|
# Bootloader selection
|
2019-09-15 03:03:11 +00:00
|
|
|
BOOTLOADER = atmel-dfu
|
2016-08-07 14:04:39 +00:00
|
|
|
|
|
|
|
# Build Options
|
2017-06-30 20:09:52 +00:00
|
|
|
# change to no to disable the options.
|
2016-08-07 14:04:39 +00:00
|
|
|
#
|
2021-11-04 21:18:09 +00:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2020-01-29 17:51:25 +00:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = yes # Console for debug
|
2017-06-30 20:09:52 +00:00
|
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
|
|
|
NKRO_ENABLE = no # USB Nkey Rollover - not yet supported in LUFA
|
2018-05-24 22:26:38 +00:00
|
|
|
|
|
|
|
LAYOUTS = 60_ansi
|