mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-02 22:44:17 +00:00
fix comment typo.
This commit is contained in:
parent
60b9ce7240
commit
f024af17b5
@ -2,7 +2,7 @@
|
|||||||
#define RGBLIGHT_RECONFIG_H
|
#define RGBLIGHT_RECONFIG_H
|
||||||
|
|
||||||
#ifdef RGBLIGHT_ANIMATIONS
|
#ifdef RGBLIGHT_ANIMATIONS
|
||||||
// for backword compatibility
|
// for backward compatibility
|
||||||
#define RGBLIGHT_EFFECT_BREATHING
|
#define RGBLIGHT_EFFECT_BREATHING
|
||||||
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
|
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
|
||||||
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
|
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
|
||||||
@ -29,7 +29,7 @@
|
|||||||
defined(RGBLIGHT_EFFECT_ALTERNATING)
|
defined(RGBLIGHT_EFFECT_ALTERNATING)
|
||||||
#define RGBLIGHT_USE_TIMER
|
#define RGBLIGHT_USE_TIMER
|
||||||
#ifndef RGBLIGHT_ANIMATIONS
|
#ifndef RGBLIGHT_ANIMATIONS
|
||||||
#define RGBLIGHT_ANIMATIONS // for backword compatibility
|
#define RGBLIGHT_ANIMATIONS // for backward compatibility
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user