summaryrefslogtreecommitdiffstats
path: root/users
diff options
context:
space:
mode:
authorstanrc85 <47038504+stanrc85@users.noreply.github.com>2019-04-03 15:19:22 +0200
committerstanrc85 <47038504+stanrc85@users.noreply.github.com>2019-04-03 15:19:22 +0200
commit67793b39122e2d16b6ac194c67e02df8a0c6e0c7 (patch)
tree4446bf5716d0a492c8e4f456b31c224e4d44decd /users
parent1a625ae2c0c2cbbb5e4761b577d242c6f90e23ea (diff)
downloadqmk_firmware-67793b39122e2d16b6ac194c67e02df8a0c6e0c7.tar.gz
qmk_firmware-67793b39122e2d16b6ac194c67e02df8a0c6e0c7.tar.xz
remove call to custom rgb file
Diffstat (limited to 'users')
-rw-r--r--users/stanrc85/rules.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/users/stanrc85/rules.mk b/users/stanrc85/rules.mk
index 83e9cb6e4..4b66f9692 100644
--- a/users/stanrc85/rules.mk
+++ b/users/stanrc85/rules.mk
@@ -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