mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-12-03 06:06:54 +06:00
5 lines
104 B
Makefile
5 lines
104 B
Makefile
COMMON_DIR = common
|
|
SRC += $(COMMON_DIR)/matrix.c
|
|
|
|
VPATH += $(TOP_DIR)/keyboards/keychron/$(COMMON_DIR)
|