mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-13 15:35:27 +00:00
Use modified rgb_backlight.c file
This commit is contained in:
parent
e6b3bef077
commit
813d79bac6
2 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
# project specific files
|
# project specific files
|
||||||
SRC = keyboards/zeal60/zeal60.c \
|
SRC = keyboards/zeal60/zeal60.c \
|
||||||
keyboards/zeal60/rgb_backlight.c \
|
|
||||||
drivers/issi/is31fl3733.c \
|
drivers/issi/is31fl3733.c \
|
||||||
quantum/color.c \
|
quantum/color.c \
|
||||||
drivers/arm/i2c_master.c
|
drivers/arm/i2c_master.c
|
||||||
|
|
|
@ -14,3 +14,7 @@ ifeq ($(strip $(RGBLIGHT_ENABLE)), yes)
|
||||||
# Include my fancy rgb functions source here
|
# Include my fancy rgb functions source here
|
||||||
SRC += layer_rgb.c
|
SRC += layer_rgb.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(strip $(KEYBOARD)), hs60/v2)
|
||||||
|
SRC += rgb_backlight.c
|
||||||
|
endif
|
||||||
|
|
Loading…
Reference in a new issue