summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common_features.mk3
-rw-r--r--quantum/rgb_matrix/rgb_matrix.h1
2 files changed, 0 insertions, 4 deletions
diff --git a/common_features.mk b/common_features.mk
index 74b94ecd77..f071103408 100644
--- a/common_features.mk
+++ b/common_features.mk
@@ -262,9 +262,6 @@ 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
diff --git a/quantum/rgb_matrix/rgb_matrix.h b/quantum/rgb_matrix/rgb_matrix.h
index 28f07c84d6..58ac29da32 100644
--- a/quantum/rgb_matrix/rgb_matrix.h
+++ b/quantum/rgb_matrix/rgb_matrix.h
@@ -23,7 +23,6 @@
#include "rgb_matrix_types.h"
#include "color.h"
#include "quantum.h"
-#include "rgblight_list.h"
#ifdef IS31FL3731
# include "is31fl3731.h"