1
0
Fork 0

remove RGBLIGHT_H_DUMMY_DEFINE macro from rgblight.h (#13569)

This commit is contained in:
Takeshi ISHII 2021-07-17 12:13:16 +09:00 committed by GitHub
parent 932a67ced2
commit d26537acc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,8 +115,6 @@ enum RGBLIGHT_EFFECT_MODE {
RGBLIGHT_MODE_last
};
#ifndef RGBLIGHT_H_DUMMY_DEFINE
#define RGBLIGHT_MODES (RGBLIGHT_MODE_last - 1)
// sample: #define RGBLIGHT_EFFECT_BREATHE_CENTER 1.85
@ -438,5 +436,3 @@ void rgblight_effect_alternating(animation_status_t *anim);
void rgblight_effect_twinkle(animation_status_t *anim);
#endif
#endif // #ifndef RGBLIGHT_H_DUMMY_DEFINE