43843e19b6
Co-authored-by: Nick Brassel <nick@tzarc.org>
7 lines
282 B
Makefile
7 lines
282 B
Makefile
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
|
|
CUSTOM_MATRIX = lite
|
|
|
|
SRC += matrix.c
|