feat(battery): Add Kconfig setting for battery level report interval
This commit is contained in:
parent
56fb07dffe
commit
25f89ee6ab
2 changed files with 6 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ static int zmk_battery_init(const struct device *_arg) {
|
|||
return rc;
|
||||
}
|
||||
|
||||
k_timer_start(&battery_timer, K_MINUTES(1), K_MINUTES(1));
|
||||
k_timer_start(&battery_timer, K_MINUTES(1), K_SECONDS(CONFIG_ZMK_BATTERY_REPORT_INTERVAL));
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue