diff options
author | QMK Bot <hello@qmk.fm> | 2021-07-16 03:55:56 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-07-16 03:55:56 +0000 |
commit | f0198ad15eb1b9d1f1ae0a8725c478e171f16d1b (patch) | |
tree | d31683ba0829663e410f2932a122ed3b1ec5219c /quantum | |
parent | 610788184a6ddc6f3aa8b45eb14c9784a01fa376 (diff) | |
parent | 5fda0e2c0456114b7200f3037c12837d6955332d (diff) |
Merge remote-tracking branch 'origin/master' into develop
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 673796e6b1..b8c120ea2f 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 |