mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-25 09:56:54 +06:00
15 lines
304 B
Makefile
15 lines
304 B
Makefile
# Extra source files for IS3731 lighting
|
|
SRC += 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
|
|
|
|
ifeq ($(strip $(CAPSLOCK_LED)), yes)
|
|
OPT_DEFS += -DCAPSLOCK_LED
|
|
endif
|