commit | 8ec1b5487e464514e05d9dc2b678bc865fcee4a2 | [log] [tgz] |
---|---|---|
author | Fabio Baltieri <fabiobaltieri@google.com> | Thu Nov 09 15:48:28 2023 +0000 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Wed Nov 22 10:34:40 2023 +0000 |
tree | 83da9f52cdb1b6043a3d3692d23282234d247809 | |
parent | 45a5cedfd6a0d647f6976547e3868a00b1d83269 [diff] |
input: gpio_kbd_matrix: add column drive mode Add an option to drive inactive columns to inactive state rather than high impedance. This is useful if the matrix has isolation diodes for every key, as it allows the matrix to stabilize faster and the API for changing the pin value is more efficient than the one to change the pin configuration. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>