Эх сурвалжийг харах

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

Takeshi ISHII 3 жил өмнө
parent
commit
5fda0e2c04
1 өөрчлөгдсөн 0 нэмэгдсэн , 4 устгасан
  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