2020-04-28 03:17:12 +02:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32a
|
|
|
|
|
|
|
|
# Bootloader selection
|
2021-09-10 09:17:54 +02:00
|
|
|
BOOTLOADER = bootloadhid
|
2020-04-28 03:17:12 +02:00
|
|
|
|
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-08-07 08:59:56 +02:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2020-04-28 03:17:12 +02:00
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
2020-05-03 16:56:10 +02:00
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
2020-04-28 03:17:12 +02:00
|
|
|
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
|
|
|
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
|
|
|
WS2812_DRIVER = i2c
|
|
|
|
|
2021-09-10 09:17:54 +02:00
|
|
|
LAYOUTS = 65_ansi_blocker 65_iso_blocker
|