8 lines
166 B
Makefile
8 lines
166 B
Makefile
CUSTOM_MATRIX = lite
|
|
SRC += matrix.c
|
|
UART_DRIVER_REQUIRED = yes
|
|
|
|
# Disable unsupported hardware
|
|
RGBLIGHT_SUPPORTED = no
|
|
AUDIO_SUPPORTED = no
|
|
BACKLIGHT_SUPPORTED = no
|