From dc4af81e0b375b559d270bbeb3495d61933f8c54 Mon Sep 17 00:00:00 2001
From: Dasky <32983009+daskygit@users.noreply.github.com>
Date: Tue, 6 Sep 2022 18:46:34 +0100
Subject: Remove legacy USE_SERIAL define (#18292)
* Remove legacy USE_SERIAL define
* tidy up missed comments
---
keyboards/deltasplit75/keymaps/itsaferbie/config.h | 2 --
1 file changed, 2 deletions(-)
(limited to 'keyboards/deltasplit75/keymaps/itsaferbie/config.h')
diff --git a/keyboards/deltasplit75/keymaps/itsaferbie/config.h b/keyboards/deltasplit75/keymaps/itsaferbie/config.h
index 24c3d5be23..f837c90ad4 100644
--- a/keyboards/deltasplit75/keymaps/itsaferbie/config.h
+++ b/keyboards/deltasplit75/keymaps/itsaferbie/config.h
@@ -16,8 +16,6 @@ along with this program. If not, see .
*/
-#define USE_SERIAL
-
#define MASTER_LEFT
// #define MASTER_RIGHT
// #define EE_HANDS
--
cgit v1.2.3
From d021bedf50801161a49812f63c425b372347055b Mon Sep 17 00:00:00 2001
From: Drashna Jaelre
Date: Sat, 15 Oct 2022 09:55:12 -0700
Subject: Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)
---
keyboards/deltasplit75/keymaps/itsaferbie/config.h | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
(limited to 'keyboards/deltasplit75/keymaps/itsaferbie/config.h')
diff --git a/keyboards/deltasplit75/keymaps/itsaferbie/config.h b/keyboards/deltasplit75/keymaps/itsaferbie/config.h
index f837c90ad4..288b1acb8b 100644
--- a/keyboards/deltasplit75/keymaps/itsaferbie/config.h
+++ b/keyboards/deltasplit75/keymaps/itsaferbie/config.h
@@ -29,7 +29,16 @@ along with this program. If not, see .
#endif
#undef RGBLED_NUM
-#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 20
#define RGBLIGHT_HUE_STEP 8
#define RGBLIGHT_SAT_STEP 8
--
cgit v1.2.3