mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-01 15:35:52 +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
|