2021-02-28 06:57:04 +01:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32a
|
2021-09-10 05:35:46 +02:00
|
|
|
|
|
|
|
# Bootloader selection
|
2021-09-10 09:17:54 +02:00
|
|
|
BOOTLOADER = bootloadhid
|
2021-02-28 06:57:04 +01:00
|
|
|
|
|
|
|
# Build Options
|
2021-08-07 08:59:56 +02:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2021-02-28 06:57:04 +01:00
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
|
|
|
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
|
|
|
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
|
|
|
WS2812_DRIVER = i2c
|
|
|
|
|
|
|
|
# custom matrix setup
|
|
|
|
CUSTOM_MATRIX = lite
|
|
|
|
SRC = matrix.c
|
|
|
|
QUANTUM_LIB_SRC += i2c_master.c
|