2016-08-07 14:04:39 +00:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u4
|
|
|
|
|
2019-10-05 18:09:35 +00:00
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = atmel-dfu
|
2016-08-07 14:04:39 +00:00
|
|
|
|
|
|
|
# Build Options
|
2021-07-29 19:14:26 +00:00
|
|
|
# change yes to no to disable
|
2016-08-07 14:04:39 +00:00
|
|
|
#
|
2021-08-07 06:59:56 +00:00
|
|
|
BOOTMAGIC_ENABLE = no # 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 = no # Console for debug
|
2017-06-30 20:09:52 +00:00
|
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
2021-12-09 05:05:44 +00:00
|
|
|
NKRO_ENABLE = no # Enable N-Key Rollover
|
2021-07-29 19:14:26 +00:00
|
|
|
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
|
|
|
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
|
|
|
AUDIO_ENABLE = no # Audio output
|
2017-08-24 02:29:07 +00:00
|
|
|
|
2019-07-16 07:26:38 +00:00
|
|
|
LAYOUTS = ortho_5x15
|