We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c9dbb commit e49bc29Copy full SHA for e49bc29
common_features.mk
@@ -262,9 +262,6 @@ endif
262
COMMON_VPATH += $(QUANTUM_DIR)/rgb_matrix
263
COMMON_VPATH += $(QUANTUM_DIR)/rgb_matrix/animations
264
COMMON_VPATH += $(QUANTUM_DIR)/rgb_matrix/animations/runners
265
- # Get rid of this!
266
- COMMON_VPATH += $(QUANTUM_DIR)/rgblight
267
-
268
SRC += $(QUANTUM_DIR)/color.c
269
SRC += $(QUANTUM_DIR)/rgb_matrix/rgb_matrix.c
270
SRC += $(QUANTUM_DIR)/rgb_matrix/rgb_matrix_drivers.c
quantum/rgb_matrix/rgb_matrix.h
@@ -23,7 +23,6 @@
23
#include "rgb_matrix_types.h"
24
#include "color.h"
25
#include "quantum.h"
26
-#include "rgblight_list.h"
27
28
#ifdef IS31FL3731
29
# include "is31fl3731.h"
0 commit comments