mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-23 07:31:30 +00:00
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 New Issue
Block a user