mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-02-18 02:26:54 +00:00
14 lines
331 B
Makefile
14 lines
331 B
Makefile
VIA_ENABLE = yes
|
|
LTO_ENABLE = yes
|
|
RGB_MATRIX_ENABLE = no # Use RGB matrix
|
|
ENCODER_MAP_ENABLE = yes
|
|
|
|
# project specific files
|
|
SRC += keyboards/wilba_tech/wt_main.c \
|
|
keyboards/wilba_tech/wt_rgb_backlight.c \
|
|
quantum/color.c \
|
|
drivers/led/issi/is31fl3741.c
|
|
|
|
I2C_DRIVER_REQUIRED = yes
|
|
CIE1931_CURVE = yes
|