mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-06-24 15:45:19 +02:00
10 lines
165 B
Makefile
10 lines
165 B
Makefile
CUSTOM_MATRIX = lite
|
|
|
|
UART_DRIVER_REQUIRED = yes
|
|
|
|
# Project specific files
|
|
SRC += matrix.c \
|
|
common/bitc_led.c \
|
|
big_led.c \
|
|
common/remote_kb.c
|