mirror of
https://github.com/zoriya/zmk.git
synced 2026-06-06 20:12:23 +00:00
Bump delay in scanning while held to 5ms.
This commit is contained in:
@@ -171,7 +171,7 @@ static int kscan_gpio_config_interrupts(struct device **devices,
|
||||
({ k_work_submit(&data->work); }), \
|
||||
({ \
|
||||
k_delayed_work_cancel(&data->work); \
|
||||
k_delayed_work_submit(&data->work, K_MSEC(1)); })) \
|
||||
k_delayed_work_submit(&data->work, K_MSEC(5)); })) \
|
||||
} \
|
||||
return 0; \
|
||||
} \
|
||||
|
||||
Reference in New Issue
Block a user