zmk_mf68/app/drivers/kscan
Joel Spadin 0738b4b2b0 refactor(kscan): Match direct GPIO driver to matrix driver
Rewrote the direct GPIO kscan driver to match the improvements made to
the matrix driver in 82cb762698 and
f946dc6893. It now uses the same
debouncing system as the matrix driver.
2022-05-17 01:20:20 -04:00
..
CMakeLists.txt refactor(kscan): Auto enable kscan drivers 2022-04-25 22:28:53 -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 refactor(kscan): Auto enable kscan drivers 2022-04-25 22:28:53 -04:00
kscan_composite.c refactor: Move away from deprecated PM callback. 2022-04-03 00:10:29 -04:00
kscan_gpio_demux.c refactor(kscan): Auto enable kscan drivers 2022-04-25 22:28:53 -04:00
kscan_gpio_direct.c refactor(kscan): Match direct GPIO driver to matrix driver 2022-05-17 01:20:20 -04:00
kscan_gpio_matrix.c refactor(kscan): Match direct GPIO driver to matrix driver 2022-05-17 01:20:20 -04:00
kscan_mock.c refactor: Move to k_work_delayable API. 2022-04-03 00:10:29 -04:00