2019-10-09 19:23:38 +02:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32a
|
|
|
|
|
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = bootloadHID
|
|
|
|
|
2021-06-26 21:07:44 +02:00
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
|
|
|
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
|
|
|
|
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 = yes # Enable keyboard RGB underglow
|
|
|
|
BLUETOOTH_ENABLE = no # Enable Bluetooth
|
|
|
|
AUDIO_ENABLE = no # Audio output
|
2019-11-05 01:05:03 +01:00
|
|
|
WS2812_DRIVER = i2c
|
2019-10-09 19:23:38 +02:00
|
|
|
|
|
|
|
LAYOUTS = 65_ansi 65_iso
|