mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-05 01:15:19 +00:00
9 lines
192 B
Makefile
9 lines
192 B
Makefile
CUSTOM_MATRIX = lite
|
|
ANALOG_DRIVER_REQUIRED = yes
|
|
VPATH += keyboards/cipulot/common
|
|
SRC += matrix.c ec_board.c ec_switch_matrix.c
|
|
|
|
ifeq ($(strip $(VIA_ENABLE)), yes)
|
|
SRC += via_ec.c
|
|
endif
|