diff options
Diffstat (limited to 'keyboards/0xcb/1337/1337.c')
-rw-r--r-- | keyboards/0xcb/1337/1337.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/0xcb/1337/1337.c b/keyboards/0xcb/1337/1337.c index 142c24639a..85781209b3 100644 --- a/keyboards/0xcb/1337/1337.c +++ b/keyboards/0xcb/1337/1337.c @@ -21,13 +21,6 @@ void eeconfig_init_kb(void) { backlight_enable(); backlight_level(5); #endif -#ifdef RGBLIGHT_ENABLE - rgblight_enable(); - rgblight_sethsv(0, 255, 255); -#ifdef RGBLIGHT_ANIMATIONS - rgblight_mode(RGBLIGHT_MODE_RAINBOW_SWIRL + 2); -#endif -#endif eeconfig_update_kb(0); eeconfig_init_user(); |