fix comment typo.

This commit is contained in:
mtei 2018-08-12 10:29:51 +09:00
parent 60b9ce7240
commit f024af17b5

View File

@ -2,7 +2,7 @@
#define RGBLIGHT_RECONFIG_H
#ifdef RGBLIGHT_ANIMATIONS
// for backword compatibility
// for backward compatibility
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
@ -29,7 +29,7 @@
defined(RGBLIGHT_EFFECT_ALTERNATING)
#define RGBLIGHT_USE_TIMER
#ifndef RGBLIGHT_ANIMATIONS
#define RGBLIGHT_ANIMATIONS // for backword compatibility
#define RGBLIGHT_ANIMATIONS // for backward compatibility
#endif
#endif