mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-01 05:53:22 +00:00
fix comment typo.
This commit is contained in:
parent
60b9ce7240
commit
f024af17b5
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user