Skip to content

Commit f86a087

Browse files
authored
[Keymap] fix helix:fraanrosi compile error caused by #13677. (#14061)
I'm against using RGBLIGHT_ANIMATIONS because this happens. See also #8688.
1 parent c8e8c21 commit f86a087

File tree

1 file changed

+4
-1
lines changed
  • keyboards/helix/rev2/keymaps/fraanrosi

1 file changed

+4
-1
lines changed

keyboards/helix/rev2/keymaps/fraanrosi/config.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2525

2626
// If you need more program area, try select and reduce rgblight modes to use.
2727

28-
#define RGBLIGHT_ANIMATIONS
28+
#ifndef LED_ANIMATIONS
29+
# define LED_ANIMATIONS
30+
#endif
2931

3032
// Selection of RGBLIGHT MODE to use.
3133
#if defined(LED_ANIMATIONS)
@@ -38,6 +40,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
3840
#define RGBLIGHT_EFFECT_STATIC_GRADIENT
3941
#define RGBLIGHT_EFFECT_RGB_TEST
4042
#define RGBLIGHT_EFFECT_ALTERNATING
43+
#define RGBLIGHT_EFFECT_TWINKLE
4144
#endif
4245

4346
#undef RGBLIGHT_HUE_STEP

0 commit comments

Comments
 (0)