2017-07-29 14:22:09 -06:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u4
|
|
|
|
|
2019-10-30 15:27:25 +11:00
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = atmel-dfu
|
2017-07-29 14:22:09 -06:00
|
|
|
|
2020-11-28 12:02:18 -08:00
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
2017-07-29 14:22:09 -06:00
|
|
|
#
|
2021-11-04 21:18:09 +00:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2020-01-30 17:10:23 -05:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
2017-08-23 22:29:07 -04:00
|
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
2021-12-09 16:05:44 +11:00
|
|
|
NKRO_ENABLE = no # Enable N-Key Rollover
|
2020-11-28 12:02:18 -08:00
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|
|
|
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
|
|
|
AUDIO_ENABLE = no # Audio output
|
2017-08-23 22:29:07 -04:00
|
|
|
|
2019-07-16 17:26:38 +10:00
|
|
|
LAYOUTS = ortho_5x15
|