We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e8c21 commit f86a087Copy full SHA for f86a087
keyboards/helix/rev2/keymaps/fraanrosi/config.h
@@ -25,7 +25,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
25
26
// If you need more program area, try select and reduce rgblight modes to use.
27
28
-#define RGBLIGHT_ANIMATIONS
+#ifndef LED_ANIMATIONS
29
+# define LED_ANIMATIONS
30
+#endif
31
32
// Selection of RGBLIGHT MODE to use.
33
#if defined(LED_ANIMATIONS)
@@ -38,6 +40,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
38
40
#define RGBLIGHT_EFFECT_STATIC_GRADIENT
39
41
#define RGBLIGHT_EFFECT_RGB_TEST
42
#define RGBLIGHT_EFFECT_ALTERNATING
43
+ #define RGBLIGHT_EFFECT_TWINKLE
44
#endif
45
46
#undef RGBLIGHT_HUE_STEP
0 commit comments