summaryrefslogtreecommitdiff
path: root/keyboards/ungodly/launch_pad/launch_pad.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ungodly/launch_pad/launch_pad.c')
-rw-r--r--keyboards/ungodly/launch_pad/launch_pad.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/keyboards/ungodly/launch_pad/launch_pad.c b/keyboards/ungodly/launch_pad/launch_pad.c
index fde6ed20ac..e5ec112f9b 100644
--- a/keyboards/ungodly/launch_pad/launch_pad.c
+++ b/keyboards/ungodly/launch_pad/launch_pad.c
@@ -42,20 +42,3 @@ led_config_t g_led_config = { {
2, 2
} };
#endif
-
-void eeconfig_init_kb(void) {
-#ifdef RGBLIGHT_ENABLE
- rgblight_enable(); // Enable RGB by default
- rgblight_sethsv(0, 255, 255); // Set default HSV - red hue, full saturation, full brightness
-# ifdef RGBLIGHT_ANIMATIONS
- rgblight_mode(RGBLIGHT_MODE_RAINBOW_SWIRL + 2); // set to RGB_RAINBOW_SWIRL by default
-# endif
-#endif
-
-#ifdef RGB_MATRIX_ENABLE
- rgb_matrix_enable(); // Enable RGB by default
-#endif
-
- eeconfig_update_kb(0);
- eeconfig_init_user();
-}