Use modified rgb_backlight.c file
This commit is contained in:
parent
e6b3bef077
commit
813d79bac6
2 changed files with 4 additions and 1 deletions
|
@ -14,3 +14,7 @@ ifeq ($(strip $(RGBLIGHT_ENABLE)), yes)
|
|||
# Include my fancy rgb functions source here
|
||||
SRC += layer_rgb.c
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(KEYBOARD)), hs60/v2)
|
||||
SRC += rgb_backlight.c
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue