Browse Source

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

pull/13563/head 0.13.20
Takeshi ISHII 2 years ago
committed by GitHub
parent
commit
5fda0e2c04
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      quantum/quantum.h

+ 0
- 4
quantum/quantum.h View File

@ -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…
Cancel
Save