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 /quantum | |
| 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)
Diffstat (limited to 'quantum')
| -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 e4a7c5723..46fc0eb1e 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
| @@ -39,10 +39,6 @@ | |||
| 39 | 39 | ||
| 40 | #if defined(RGBLIGHT_ENABLE) | 40 | #if defined(RGBLIGHT_ENABLE) |
| 41 | # include "rgblight.h" | 41 | # include "rgblight.h" |
| 42 | #elif defined(RGB_MATRIX_ENABLE) | ||
| 43 | // Dummy define RGBLIGHT_MODE_xxxx | ||
| 44 | # define RGBLIGHT_H_DUMMY_DEFINE | ||
| 45 | # include "rgblight.h" | ||
| 46 | #endif | 42 | #endif |
| 47 | 43 | ||
| 48 | #ifdef RGB_MATRIX_ENABLE | 44 | #ifdef RGB_MATRIX_ENABLE |
