summaryrefslogtreecommitdiff
path: root/layouts/community/60_iso
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2022-10-15 09:59:31 -0700
committerGitHub <noreply@github.com>2022-10-15 09:59:31 -0700
commitad8630bd7229937877aa9a29693bbb8942a27abe (patch)
treeb171d5043dae18000667442b2b4c165df239b561 /layouts/community/60_iso
parentf0da486fabdbe05023e03d89c000229410800713 (diff)
Remove RGBLIGHT_ANIMATION and clean up effect defines for layouts+users (#18729)
Diffstat (limited to 'layouts/community/60_iso')
-rw-r--r--layouts/community/60_iso/unxmaal/config.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/layouts/community/60_iso/unxmaal/config.h b/layouts/community/60_iso/unxmaal/config.h
index 4a90186ee9..026f20dc8f 100644
--- a/layouts/community/60_iso/unxmaal/config.h
+++ b/layouts/community/60_iso/unxmaal/config.h
@@ -19,7 +19,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef RGB_DI_PIN
#define RGB_DI_PIN F4
- #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 RGBLED_NUM 8 // Number of LEDs
#define RGBLIGHT_HUE_STEP 8
#define RGBLIGHT_SAT_STEP 8