fix typo
This commit is contained in:
parent
070112a0b9
commit
cad73860ed
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(K_MSEC(100));
|
||||
k_sleep(K_MSEC(100));
|
||||
}
|
||||
zmk_pm_soft_off();
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue