zmk/app/module/drivers/kscan
Pete Johanson 6941abc2af
fix(drivers): Proper static/const for data/config (#2769)
Save a tiny bit of RAM by properly marking our device config
struct instances const consistently, and also add missing static
modifiers to properly isolate config/data for drivers.
2025-01-15 12:35:35 -05: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: allow kscan-composite to wake up device. (#2682) 2024-12-11 14:46:22 -05: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(drivers): Proper static/const for data/config (#2769) 2025-01-15 12:35:35 -05: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 fix(drivers): Proper static/const for data/config (#2769) 2025-01-15 12:35:35 -05:00
kscan_gpio_matrix.c fix(drivers): Proper static/const for data/config (#2769) 2025-01-15 12:35:35 -05:00
kscan_mock.c Testing: split input test (#2762) 2025-01-13 15:15:16 -05:00