aboutsummaryrefslogtreecommitdiff
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 fde6ed20a..e5ec112f9 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 = { {
42 2, 2 42 2, 2
43} }; 43} };
44#endif 44#endif
45
46void eeconfig_init_kb(void) {
47#ifdef RGBLIGHT_ENABLE
48 rgblight_enable(); // Enable RGB by default
49 rgblight_sethsv(0, 255, 255); // Set default HSV - red hue, full saturation, full brightness
50# ifdef RGBLIGHT_ANIMATIONS
51 rgblight_mode(RGBLIGHT_MODE_RAINBOW_SWIRL + 2); // set to RGB_RAINBOW_SWIRL by default
52# endif
53#endif
54
55#ifdef RGB_MATRIX_ENABLE
56 rgb_matrix_enable(); // Enable RGB by default
57#endif
58
59 eeconfig_update_kb(0);
60 eeconfig_init_user();
61}