summaryrefslogtreecommitdiff
path: root/quantum/rgb_matrix
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-07-17 13:39:52 +1000
committerGitHub <noreply@github.com>2021-07-17 13:39:52 +1000
commit777fffb06770abb83fb9fe787ba064d468eb015d (patch)
tree567dd57e853bf50a29423e220b290491191b0d47 /quantum/rgb_matrix
parentd1295ffe9a6845672db508e83080c22ac89b267a (diff)
Revert "Add rgblight to RGB Matrix VPATH" (#13559)
Diffstat (limited to 'quantum/rgb_matrix')
-rw-r--r--quantum/rgb_matrix/rgb_matrix.h1
1 files changed, 0 insertions, 1 deletions
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"