Skip to content

Commit

Permalink
remove #include "rgblight.h" when defined(RGB_MATRIX_ENABLE) from…
Browse files Browse the repository at this point in the history
… quantum.h (#13555)
  • Loading branch information
mtei authored Jul 16, 2021
1 parent c330fa7 commit 5fda0e2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions quantum/quantum.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5fda0e2

Please sign in to comment.