~ruther/qmk_firmware

ref: 45b710f9e16733ab73af5f2ed1b0b13233db49e9 qmk_firmware/keyboards/xelus/dawn60/rev1/rules.mk -rw-r--r-- 412 bytes
45b710f9 — Joel Challis Migrate build target markers to keyboard.json - X (#23460) 1 year, 6 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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
WS2812_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