~ruther/qmk_firmware

ref: 16cca527a6b46c2aa365428d7d1e214509068c4a qmk_firmware/keyboards/wilba_tech/wt60_c/rules.mk -rw-r--r-- 382 bytes
16cca527 — Joel Challis Fix WAIT_FOR_USB handling (#23598) 1 year, 3 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
# Do not put the microcontroller into power saving mode
# when we get USB suspend event. We want it to keep updating
# backlight effects.
OPT_DEFS += -DNO_SUSPEND_POWER_DOWN

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
Do not follow this link