change 100000 to K_MSEC(100)
This commit is contained in:
parent
74fb4b68b7
commit
070112a0b9
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ static int on_keymap_binding_released(struct zmk_behavior_binding *binding,
|
|||
|
||||
if (hold_time > config->hold_time_ms) {
|
||||
if (IS_ENABLED(CONFIG_ZMK_SPLIT) && IS_ENABLED(CONFIG_ZMK_SPLIT_ROLE_CENTRAL)) {
|
||||
k_usleep(100000);
|
||||
k_usleep(K_MSEC(100));
|
||||
}
|
||||
zmk_pm_soft_off();
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue