mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 16:37:58 +06:00
9 lines
223 B
Makefile
9 lines
223 B
Makefile
CIE1931_CURVE = yes
|
|
I2C_DRIVER_REQUIRED = yes
|
|
|
|
# project specific files
|
|
SRC += keyboards/wilba_tech/wt_main.c \
|
|
keyboards/wilba_tech/wt_rgb_backlight.c \
|
|
quantum/color.c \
|
|
drivers/led/issi/is31fl3731.c
|