format code according to conventions [skip ci]
parent
484a9b12bc
commit
e3d59a72f9
|
@ -160,9 +160,7 @@ void eeconfig_update_rgblight(uint32_t val) {
|
|||
#endif
|
||||
}
|
||||
|
||||
void eeconfig_update_rgblight_current(void) {
|
||||
eeconfig_update_rgblight(rgblight_config.raw);
|
||||
}
|
||||
void eeconfig_update_rgblight_current(void) { eeconfig_update_rgblight(rgblight_config.raw); }
|
||||
|
||||
void eeconfig_update_rgblight_default(void) {
|
||||
rgblight_config.enable = 1;
|
||||
|
|
Loading…
Reference in New Issue