forked from mirrors/qmk_firmware
remove call to custom rgb file
This commit is contained in:
parent
1a625ae2c0
commit
67793b3912
1 changed files with 0 additions and 4 deletions
|
@ -14,7 +14,3 @@ 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