zmk_mf68/app/drivers/kscan
Peter Johanson 53dae35710 refactor: Move to k_work_delayable API.
* Move to new `k_work_delayable` APIs introduced in Zephyr 2.6.

See: https://docs.zephyrproject.org/latest/releases/release-notes-2.6.html#api-changes
2022-04-03 00:10:29 -04:00
..
CMakeLists.txt feat(kscan): Improve matrix debouncing 2021-10-26 23:52:13 -04:00
debounce.c feat(kscan): Improve matrix debouncing 2021-10-26 23:52:13 -04:00
debounce.h feat(kscan): Improve matrix debouncing 2021-10-26 23:52:13 -04:00
Kconfig feat(kscan): Improve matrix debouncing 2021-10-26 23:52:13 -04:00
kscan_composite.c fix(kscan): Allow composite driver to handle missing children. 2021-09-14 20:48:28 -04:00
kscan_gpio_demux.c refactor: Move to k_work_delayable API. 2022-04-03 00:10:29 -04:00
kscan_gpio_direct.c refactor: Move to k_work_delayable API. 2022-04-03 00:10:29 -04:00
kscan_gpio_matrix.c refactor: Move to k_work_delayable API. 2022-04-03 00:10:29 -04:00
kscan_mock.c refactor: Move to k_work_delayable API. 2022-04-03 00:10:29 -04:00