~ruther/qmk_firmware

ref: 2e01b67ecc4e36668098cb1bc4a5b63976d4c94d qmk_firmware/keyboards/hs60/v2/hhkb/rules.mk -rw-r--r-- 382 bytes
2e01b67e — James Young Data-Driven Keyboard Conversions: H, Part 1 (#23524) 1 year, 1 month 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

# project specific files
SRC =	keyboards/wilba_tech/wt_main.c \
		keyboards/wilba_tech/wt_rgb_backlight.c \
		drivers/led/issi/is31fl3733.c \
		quantum/color.c
I2C_DRIVER_REQUIRED = yes
Do not follow this link