]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
remove call to custom rgb file
authorstanrc85 <47038504+stanrc85@users.noreply.github.com>
Wed, 3 Apr 2019 13:19:22 +0000 (09:19 -0400)
committerstanrc85 <47038504+stanrc85@users.noreply.github.com>
Wed, 3 Apr 2019 13:19:22 +0000 (09:19 -0400)
users/stanrc85/rules.mk

index 83e9cb6e42a68efe44358ff8a9b2a9c2b1943664..4b66f9692db09bfaf458e54b8d07c2bdc1017667 100644 (file)
@@ -14,7 +14,3 @@ 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