mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 11:29:26 +00:00
9 lines
149 B
Makefile
9 lines
149 B
Makefile
CUSTOM_MATRIX = lite
|
|
|
|
UART_DRIVER_REQUIRED = yes
|
|
|
|
# Project specific files
|
|
SRC += common/bitc_led.c \
|
|
common/remote_kb.c \
|
|
matrix.c
|