2017-08-06 21:13:29 -04:00
|
|
|
# MCU name
|
2017-12-08 18:20:10 -05:00
|
|
|
MCU = atmega32u4
|
2017-08-06 21:13:29 -04:00
|
|
|
|
2019-10-30 00:27:25 -04:00
|
|
|
# Bootloader selection
|
|
|
|
|
BOOTLOADER = atmel-dfu
|
2017-08-06 21:13:29 -04:00
|
|
|
|
|
|
|
|
# Build Options
|
|
|
|
|
# comment out to disable the options.
|
|
|
|
|
#
|
2021-08-07 02:59:56 -04:00
|
|
|
BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite
|
2021-02-28 01:02:34 -05:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
|
CONSOLE_ENABLE = yes # Console for debug
|
|
|
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
|
|
|
|
NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA
|
2017-12-08 18:20:10 -05:00
|
|
|
BACKLIGHT_ENABLE = yes
|
2017-08-06 21:13:29 -04:00
|
|
|
|
2018-05-08 19:00:19 -04:00
|
|
|
LAYOUTS = 60_ansi 60_iso
|