fix(backlight): Improve initial power on behaviour
This commit is contained in:
parent
709441412a
commit
38e079ef37
1 changed files with 3 additions and 1 deletions
|
@ -91,7 +91,9 @@ static int zmk_backlight_init(const struct device *_arg) {
|
||||||
LOG_ERR("Failed to load backlight settings: %d", rc);
|
LOG_ERR("Failed to load backlight settings: %d", rc);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
#if IS_ENABLED(CONFIG_ZMK_BACKLIGHT_AUTO_OFF_USB)
|
||||||
|
state.on = zmk_usb_is_powered();
|
||||||
|
#endif
|
||||||
return zmk_backlight_update();
|
return zmk_backlight_update();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue