summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-07-02 16:08:45 +1000
committerGitHub <noreply@github.com>2021-07-02 16:08:45 +1000
commitb721e054a2fcb5de5e45a30c07dfe32f11dfb017 (patch)
treeb8d45219030a97974d6c293781cdb45e5e63edb7
parent348750294bcaf9c0832053e3a6b267fb7be535d9 (diff)
Add rgblight to RGB Matrix VPATH (#13371)
-rw-r--r--common_features.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/common_features.mk b/common_features.mk
index 2d3f00d216..f7bdedf2ff 100644
--- a/common_features.mk
+++ b/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