summaryrefslogtreecommitdiffstats
path: root/keyboards/mechkeys/mechmini/v1/config.h
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2022-10-15 09:55:40 -0700
committerGitHub <noreply@github.com>2022-10-15 09:55:40 -0700
commitc8e998ccaddc6157ee5d406e277e973dd4796f37 (patch)
tree4f81e7fb8f1444ceae824362a4cccc064473af79 /keyboards/mechkeys/mechmini/v1/config.h
parent55b9a4d06e12df08564d3b6261f9ed81f75e07ec (diff)
Remove RGBLIGHT_ANIMATION and clean up effect defines for L-Q (#18727)
Diffstat (limited to 'keyboards/mechkeys/mechmini/v1/config.h')
-rw-r--r--keyboards/mechkeys/mechmini/v1/config.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/keyboards/mechkeys/mechmini/v1/config.h b/keyboards/mechkeys/mechmini/v1/config.h
index c4d1ecc528..c9e56e62e3 100644
--- a/keyboards/mechkeys/mechmini/v1/config.h
+++ b/keyboards/mechkeys/mechmini/v1/config.h
@@ -33,5 +33,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// The RGB_DI_PIN value seems to be shared between all PS2AVRGB boards.
// The same pin is used on the JJ40, at least.
#define RGBLED_NUM 16
-#define RGBLIGHT_ANIMATIONS
+#define RGBLIGHT_EFFECT_BREATHING
+#define RGBLIGHT_EFFECT_RAINBOW_MOOD
+#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
+#define RGBLIGHT_EFFECT_SNAKE
+#define RGBLIGHT_EFFECT_KNIGHT
+#define RGBLIGHT_EFFECT_CHRISTMAS
+#define RGBLIGHT_EFFECT_STATIC_GRADIENT
+#define RGBLIGHT_EFFECT_RGB_TEST
+#define RGBLIGHT_EFFECT_ALTERNATING
+#define RGBLIGHT_EFFECT_TWINKLE
#define RGB_DI_PIN E2