mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 00:16:41 +06: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
|