2022-02-04 22:18:42 +01:00
|
|
|
VIA_ENABLE = yes
|
|
|
|
LTO_ENABLE = yes
|
|
|
|
RGB_MATRIX_ENABLE = no # Use RGB matrix
|
2022-12-17 20:55:12 +01:00
|
|
|
ENCODER_MAP_ENABLE = yes
|
2022-02-04 22:18:42 +01:00
|
|
|
|
|
|
|
# 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
|
|
|
|
|
2023-10-13 08:25:32 +02:00
|
|
|
I2C_DRIVER_REQUIRED = yes
|