2018-03-25 05:58:55 +01:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u4
|
|
|
|
|
2019-10-12 05:37:03 +01:00
|
|
|
# Bootloader selection
|
2018-09-30 16:35:10 +01:00
|
|
|
BOOTLOADER = atmel-dfu
|
2018-03-25 05:58:55 +01:00
|
|
|
|
2018-11-13 16:31:25 +00:00
|
|
|
# Do not put the microcontroller into power saving mode
|
|
|
|
# when we get USB suspend event. We want it to keep updating
|
|
|
|
# backlight effects.
|
|
|
|
OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
|
|
|
|
|
2018-03-25 05:58:55 +01:00
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-11-04 21:18:09 +00:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2020-01-30 22:10:23 +00:00
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
2018-09-30 16:35:10 +01:00
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
2021-12-09 05:05:44 +00:00
|
|
|
NKRO_ENABLE = yes # Enable N-Key Rollover
|
2018-11-13 16:31:25 +00:00
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
2021-09-21 11:04:03 +01:00
|
|
|
AUDIO_ENABLE = no # Audio output
|
2018-11-13 16:31:25 +00:00
|
|
|
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time.
|