diff options
author | Ryan <fauxpark@gmail.com> | 2021-07-17 13:39:52 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-17 13:39:52 +1000 |
commit | 777fffb06770abb83fb9fe787ba064d468eb015d (patch) | |
tree | 567dd57e853bf50a29423e220b290491191b0d47 /quantum/rgb_matrix | |
parent | d1295ffe9a6845672db508e83080c22ac89b267a (diff) | |
download | qmk_firmware-777fffb06770abb83fb9fe787ba064d468eb015d.tar.gz qmk_firmware-777fffb06770abb83fb9fe787ba064d468eb015d.zip |
Revert "Add rgblight to RGB Matrix VPATH" (#13559)
Diffstat (limited to 'quantum/rgb_matrix')
-rw-r--r-- | quantum/rgb_matrix/rgb_matrix.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/quantum/rgb_matrix/rgb_matrix.h b/quantum/rgb_matrix/rgb_matrix.h index 28f07c84d..58ac29da3 100644 --- a/quantum/rgb_matrix/rgb_matrix.h +++ b/quantum/rgb_matrix/rgb_matrix.h | |||
@@ -23,7 +23,6 @@ | |||
23 | #include "rgb_matrix_types.h" | 23 | #include "rgb_matrix_types.h" |
24 | #include "color.h" | 24 | #include "color.h" |
25 | #include "quantum.h" | 25 | #include "quantum.h" |
26 | #include "rgblight_list.h" | ||
27 | 26 | ||
28 | #ifdef IS31FL3731 | 27 | #ifdef IS31FL3731 |
29 | # include "is31fl3731.h" | 28 | # include "is31fl3731.h" |