remove #include "rgblight.h"
when defined(RGB_MATRIX_ENABLE)
from quantum.h (#13555)
This commit is contained in:
parent
c330fa725d
commit
5fda0e2c04
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue