zmk/app/module/drivers/kscan
Peter Johanson 0438cb0ee5 feat(kscan): More complete PM support to drivers.
* Update our GPIO kscan drivers to more completely support PM device,
  by doing proper hardare init/deinit in the PM action hook.
2024-07-03 16:52:05 -06:00
..
CMakeLists.txt feat(kscan): Add charlieplex keyscan driver 2023-12-09 17:10:05 -05:00
Kconfig fix(kscan): Adjust composite kscan priority 2024-02-09 14:32:46 -08:00
kscan_composite.c fix(kscan): Adjust composite kscan priority 2024-02-09 14:32:46 -08:00
kscan_gpio.c refactor: Move drivers into properly module. 2023-09-16 11:52:40 -07:00
kscan_gpio.h refactor: Move drivers into properly module. 2023-09-16 11:52:40 -07:00
kscan_gpio_charlieplex.c feat(kscan): More complete PM support to drivers. 2024-07-03 16:52:05 -06:00
kscan_gpio_demux.c fix: Proper use of CONTAINER_OF with delayable work. 2024-02-09 14:32:46 -08:00
kscan_gpio_direct.c feat(kscan): More complete PM support to drivers. 2024-07-03 16:52:05 -06:00
kscan_gpio_matrix.c feat(kscan): More complete PM support to drivers. 2024-07-03 16:52:05 -06:00
kscan_mock.c fix: Proper use of CONTAINER_OF with delayable work. 2024-02-09 14:32:46 -08:00