index
:
zmk.git
core/peripheral-behavior-invocation
main
master
ZMK Bluetooth keyboard firmware.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
drivers
/
kscan
Age
Commit message (
Expand
)
Author
2021-10-26
feat(kscan): Improve matrix debouncing
Joel Spadin
2021-09-14
fix(kscan): Allow composite driver to handle missing children.
Pete Johanson
2021-09-08
refactor(kscan): Demacroify GPIO matrix driver
Joel Spadin
2021-07-17
refactor(core): Move away from deprecated DT API.
Pete Johanson
2021-06-08
fix(kscan): Fix nibble demux scan errors on encoder row
Jay Greco
2021-03-15
fix(kscan): Proper direct wire warning message.
Pete Johanson
2021-02-27
Fix the label for the GPIO kscan driver.
Pete Johanson
2021-02-02
refactor(kscan): Fix polling of GPIO matrices.
Pete Johanson
2021-02-02
refactor(kscan): Remove explicit default n from kscan configs.
Pete Johanson
2020-12-28
refactor: replace filename hyphens with underscores
innovaker
2020-12-14
refactor(app): replace `struct device *` with `const struct device *`
innovaker
2020-12-14
refactor(app): replace `driver_data` with `data`
innovaker
2020-12-14
refactor(app): replace `config_info` with `config`
innovaker
2020-12-14
refactor(app): replace Zephyr integer types with C99 integer types
innovaker
2020-12-08
fix(kscan): Fix building kscan for tests.
Pete Johanson
2020-12-03
refactor: Align drivers with Zephyr file system conventions
innovaker