zmk/app/module/drivers/kscan
Peter Johanson 257fb0fca8 refactor: Fixes for soft-off based on review.
* Better naming for gpio-key behavior triggers.
* Tweaks to scanned behavior trigger to avoid bad semaphore use,
  and reduce chance of issues with slowly scanned matrixes.
* Various code cleanups of style issues.
2024-03-25 02:41:43 -07: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 fix(kscan): Adjust charlieplex init level/priority. 2024-02-09 14:32:46 -08: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 refactor: Fixes for soft-off based on review. 2024-03-25 02:41:43 -07:00
kscan_gpio_matrix.c refactor: Fixes for soft-off based on review. 2024-03-25 02:41:43 -07:00
kscan_mock.c fix: Proper use of CONTAINER_OF with delayable work. 2024-02-09 14:32:46 -08:00