zmk/app/drivers
Purdea Andrei 2403ecb046 implement gpio_165 driver
This is an input-only gpio driver for use with 74x165
style parallel-input shift registers, (using SPI peripheral)

The user can choose to either use cs-gpios of spi or
load-gpios for connecting to the SH/LD pin of the shift
register. The difference is that cs-gpios will keep
the input latch enabled while idle, and load-gpios will
instead pulse the SH/LD signal before the register
content is shifted. In both cases the gpio should be
configured GPIO_ACTIVE_HIGH.
2023-06-04 12:02:32 +03:00
..
display refactor: Replace tabs with spaces 2023-04-24 16:07:04 -07:00
gpio implement gpio_165 driver 2023-06-04 12:02:32 +03:00
kscan refactor(kscan): batch GPIO reads by port 2023-05-28 23:33:34 -06:00
sensor refactor: Replace tabs with spaces 2023-04-24 16:07:04 -07:00
zephyr implement gpio_165 driver 2023-06-04 12:02:32 +03:00
CMakeLists.txt fix(drivers): Avoid build failures for GPIO driver 2022-06-05 17:57:35 -04:00
Kconfig feat(drivers): Add mcp23017 driver based on upstream mcp23s17 one. 2021-09-14 20:48:28 -04:00