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