mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-15 04:11:30 +00:00
remove default keymap RGB enable
This commit is contained in:
parent
3406de0099
commit
34e1d2d65c
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user