Skip to content

Commit

Permalink
[Keymap] fix helix:fraanrosi compile error caused by qmk#13677.
Browse files Browse the repository at this point in the history
I'm against using RGBLIGHT_ANIMATIONS because this happens.
See also qmk#8688.
  • Loading branch information
mtei committed Aug 18, 2021
1 parent 75b49af commit 07a5c15
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion keyboards/helix/rev2/keymaps/fraanrosi/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

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

#define RGBLIGHT_ANIMATIONS
#ifndef LED_ANIMATIONS
# define LED_ANIMATIONS
#endif

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

#undef RGBLIGHT_HUE_STEP
Expand Down

0 comments on commit 07a5c15

Please sign in to comment.