zmk/app/module/drivers/kscan
Peter Johanson 552347b8a4 fix(kscan): Adjust composite kscan priority
* Composite kscan needs a dedicated priority to be sure it is
  initialized after the other kscan instances.
2024-02-09 14:32:46 -08: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_charlieplex.c feat(kscan): Add charlieplex keyscan driver 2023-12-09 17:10:05 -05:00
kscan_gpio_demux.c refactor(drivers): Use proper init stage/priority. 2023-09-16 11:52:40 -07:00
kscan_gpio_direct.c refactor(kscan): Clean up warning about shadowed local. 2024-02-09 14:32:46 -08:00
kscan_gpio_matrix.c refactor: Promote debounce to exposed mod lib. 2023-09-16 11:52:40 -07: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_mock.c fix: Add missing include for k_work types. 2024-02-09 14:32:46 -08:00