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 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" |