mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-28 22:20:13 +00:00
6 lines
116 B
Makefile
6 lines
116 B
Makefile
WS2812_DRIVER_REQUIRED = yes
|
|
|
|
COMMON_VPATH += $(DRIVER_PATH)/led/issi
|
|
SRC += is31fl3733.c
|
|
I2C_DRIVER_REQUIRED = yes
|