diff options
author | Takeshi ISHII <2170248+mtei@users.noreply.github.com> | 2021-07-16 12:54:56 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-16 12:54:56 +0900 |
commit | 5fda0e2c0456114b7200f3037c12837d6955332d (patch) | |
tree | 18ec18b0f2b2fe3eca29113ecf6d94089fc009c1 | |
parent | c330fa725d6056827fcb2aaa5c23a2137574b2a4 (diff) | |
download | qmk_firmware-5fda0e2c0456114b7200f3037c12837d6955332d.tar.gz qmk_firmware-5fda0e2c0456114b7200f3037c12837d6955332d.zip |
remove `#include "rgblight.h"` when `defined(RGB_MATRIX_ENABLE)` from quantum.h (#13555)
-rw-r--r-- | quantum/quantum.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index e4a7c5723c..46fc0eb1e4 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h @@ -39,10 +39,6 @@ #if defined(RGBLIGHT_ENABLE) # include "rgblight.h" -#elif defined(RGB_MATRIX_ENABLE) -// Dummy define RGBLIGHT_MODE_xxxx -# define RGBLIGHT_H_DUMMY_DEFINE -# include "rgblight.h" #endif #ifdef RGB_MATRIX_ENABLE |