Add matrix polling logic to matrix GPIO driver.

This commit is contained in:
Jason Chestnut
2020-09-25 11:29:21 -04:00
parent 9668305621
commit b1dce208f8
2 changed files with 48 additions and 19 deletions

View File

@@ -7,7 +7,7 @@ if ZMK_KSCAN_GPIO_DRIVER
config ZMK_KSCAN_MATRIX_POLLING
bool "Poll for key event triggers instead of using interrupts on matrix boards."
default y
default n
config ZMK_KSCAN_DIRECT_POLLING
bool "Poll for key event triggers instead of using interrupts on direct wired boards."