remove default keymap RGB enable

This commit is contained in:
kakunpc 2019-07-25 12:41:49 +09:00
parent 3406de0099
commit 34e1d2d65c

View File

@ -55,8 +55,4 @@ void led_set_user(uint8_t usb_led) {
}
void keyboard_post_init_user(void) {
#ifdef RGBLIGHT_ENABLE
rgblight_enable_noeeprom();
rgblight_mode_noeeprom(RGBLIGHT_MODE_RAINBOW_MOOD);
#endif
}