2019-05-25 03:33:37 +02:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32a
|
|
|
|
|
2019-09-21 07:06:32 +02:00
|
|
|
# Bootloader selection
|
2019-05-25 03:33:37 +02:00
|
|
|
BOOTLOADER = bootloadHID
|
|
|
|
|
2021-07-27 04:43:48 +02:00
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-08-07 08:59:56 +02:00
|
|
|
BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite
|
2021-07-27 04:43:48 +02:00
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
|
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
|
|
|
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
|
|
|
|
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
|
|
|
|
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
|
|
|
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
2019-11-05 01:05:03 +01:00
|
|
|
WS2812_DRIVER = i2c
|
2021-07-27 04:43:48 +02:00
|
|
|
|
|
|
|
LAYOUTS = 60_ansi_split_bs_rshift 60_hhkb
|