2018-10-21 16:20:24 +00:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32a
|
|
|
|
|
2019-09-21 05:06:32 +00:00
|
|
|
# Bootloader selection
|
2021-09-10 07:17:54 +00:00
|
|
|
BOOTLOADER = bootloadhid
|
2018-10-21 16:20:24 +00:00
|
|
|
|
|
|
|
# build options
|
2021-11-04 21:18:09 +00:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2018-10-21 16:20:24 +00:00
|
|
|
MOUSEKEY_ENABLE = yes
|
|
|
|
EXTRAKEY_ENABLE = yes
|
|
|
|
CONSOLE_ENABLE = no
|
|
|
|
DEBUG_ENABLE = no
|
|
|
|
COMMAND_ENABLE = no
|
|
|
|
BACKLIGHT_ENABLE = yes
|
|
|
|
RGBLIGHT_ENABLE = yes
|
2019-11-03 22:43:13 +00:00
|
|
|
WS2812_DRIVER = i2c
|
2018-10-21 16:20:24 +00:00
|
|
|
|
|
|
|
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
|
|
|
|
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
|