mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-28 22:20:13 +00:00
10 lines
203 B
Makefile
10 lines
203 B
Makefile
SRC += matrix.c TWIlib.c issi.c lighting.c
|
|
|
|
#ifeq ($(strip $(ISSI_ENABLE)), yes)
|
|
# OPT_DEFS += -DISSI_ENABLE
|
|
#endif
|
|
|
|
#ifeq ($(strip $(WATCHDOG_ENABLE)), yes)
|
|
# OPT_DEFS += -DWATCHDOG_ENABLE
|
|
#endif
|