summaryrefslogtreecommitdiffstats
path: root/keyboards/0xcb/1337/1337.c
diff options
context:
space:
mode:
authorConor Burns <mail@conor-burns.com>2021-07-20 22:07:53 +0200
committerGitHub <noreply@github.com>2021-07-20 13:07:53 -0700
commit81cac8eec66ab98d5091e5b704215dc96fe830d4 (patch)
tree168828fe5430f1235f4f76b5a0638d9fe9b05db6 /keyboards/0xcb/1337/1337.c
parentc1ba35363d4f7d76d63173312a0785401c6bff9f (diff)
[Keyboard] 0xcb 1337 - Added keymap "conor" and fixed some minor stuff (#12744)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/0xcb/1337/1337.c')
-rw-r--r--keyboards/0xcb/1337/1337.c7
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();