소스 검색

remove call to custom rgb file

stanrc85 6 년 전
부모
커밋
67793b3912
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      users/stanrc85/rules.mk

+ 0 - 4
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