2017-08-06 20:13:29 -05:00
|
|
|
# MCU name
|
2017-12-09 00:20:10 +01:00
|
|
|
MCU = atmega32u4
|
2017-08-06 20:13:29 -05:00
|
|
|
|
2019-10-30 15:27:25 +11:00
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = atmel-dfu
|
2017-08-06 20:13:29 -05:00
|
|
|
|
|
|
|
# Build Options
|
2021-12-13 13:05:37 +11:00
|
|
|
# change yes to no to disable
|
2017-08-06 20:13:29 -05:00
|
|
|
#
|
2021-11-04 21:18:09 +00:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2021-02-27 22:02:34 -08: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
|
2021-12-09 16:05:44 +11:00
|
|
|
NKRO_ENABLE = yes # Enable N-Key Rollover
|
2017-12-09 00:20:10 +01:00
|
|
|
BACKLIGHT_ENABLE = yes
|
2017-08-06 20:13:29 -05:00
|
|
|
|
2018-05-08 16:00:19 -07:00
|
|
|
LAYOUTS = 60_ansi 60_iso
|