Browse Source

remove `#include "rgblight.h"` when `defined(RGB_MATRIX_ENABLE)` from quantum.h (#13555)

Takeshi ISHII 3 years ago
parent
commit
5fda0e2c04
1 changed files with 0 additions and 4 deletions
  1. 0 4
      quantum/quantum.h

+ 0 - 4
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