Explorar el Código

Add rgblight to RGB Matrix VPATH (#13371)

Ryan hace 4 años
padre
commit
b721e054a2
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      common_features.mk

+ 3 - 0
common_features.mk

@@ -262,6 +262,9 @@ endif
     COMMON_VPATH += $(QUANTUM_DIR)/rgb_matrix
     COMMON_VPATH += $(QUANTUM_DIR)/rgb_matrix/animations
     COMMON_VPATH += $(QUANTUM_DIR)/rgb_matrix/animations/runners
+    # Get rid of this!
+    COMMON_VPATH += $(QUANTUM_DIR)/rgblight
+
     SRC += $(QUANTUM_DIR)/color.c
     SRC += $(QUANTUM_DIR)/rgb_matrix/rgb_matrix.c
     SRC += $(QUANTUM_DIR)/rgb_matrix/rgb_matrix_drivers.c