zmk/app/module/drivers/kscan
HookyKB 48dfbaf48f Remove interrupt config/rely on pin set
If the interrupt pin is set, use the interrupt code, else poll.

This change results in a slightly larger executable in both cases,
with unreachable code. More so in the case of polling, bet the
difference is not great.
2023-12-09 13:49:05 -08:00
..
CMakeLists.txt Remove interrupt config/rely on pin set 2023-12-09 13:49:05 -08:00
Kconfig Remove interrupt config/rely on pin set 2023-12-09 13:49:05 -08:00
kscan_composite.c refactor(drivers): Use proper init stage/priority. 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_gpio_charliplex.c Switch naming to charliplex 2023-12-09 13:49:05 -08: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: Promote debounce to exposed mod lib. 2023-09-16 11:52:40 -07:00
kscan_gpio_matrix.c refactor: Promote debounce to exposed mod lib. 2023-09-16 11:52:40 -07:00
kscan_mock.c refactor(drivers): Use proper init stage/priority. 2023-09-16 11:52:40 -07:00