2017-08-07 03:13:29 +02:00
|
|
|
# MCU name
|
2017-12-09 00:20:10 +01:00
|
|
|
MCU = atmega32u4
|
2017-08-07 03:13:29 +02:00
|
|
|
|
2019-10-30 05:27:25 +01:00
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = atmel-dfu
|
2017-08-07 03:13:29 +02:00
|
|
|
|
|
|
|
# Build Options
|
|
|
|
# comment out to disable the options.
|
|
|
|
#
|
2021-08-07 08:59:56 +02:00
|
|
|
BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite
|
2021-02-28 07:02:34 +01: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-09 00:20:10 +01:00
|
|
|
BACKLIGHT_ENABLE = yes
|
2017-08-07 03:13:29 +02:00
|
|
|
|
2018-05-09 01:00:19 +02:00
|
|
|
LAYOUTS = 60_ansi 60_iso
|