zmk_mf68/app/drivers/kscan
innovaker 842aa5a842 refactor: replace filename hyphens with underscores
Aligns *.h and *.c to underscore naming convention.

These were kept (with warnings) for backwards compatibility with external boards/shields:
- kscan-mock.h
- matrix-transform.h
They should be removed in the future.

PR: #523
2020-12-28 01:15:35 -05:00
..
CMakeLists.txt fix(kscan): Fix building kscan for tests. 2020-12-08 22:20:12 -05:00
Kconfig fix(kscan): Fix building kscan for tests. 2020-12-08 22:20:12 -05:00
kscan_composite.c refactor(app): replace `struct device *` with `const struct device *` 2020-12-14 12:41:25 -05:00
kscan_gpio_demux.c refactor(app): replace `struct device *` with `const struct device *` 2020-12-14 12:41:25 -05:00
kscan_gpio_direct.c refactor(app): replace `struct device *` with `const struct device *` 2020-12-14 12:41:25 -05:00
kscan_gpio_matrix.c refactor(app): replace `struct device *` with `const struct device *` 2020-12-14 12:41:25 -05:00
kscan_mock.c refactor: replace filename hyphens with underscores 2020-12-28 01:15:35 -05:00