Adding kconfig flag for enabling matrix polling (vs interrupts) on the matrix gpio driver.
This commit is contained in:
parent
7b53ee51fc
commit
31af9646e6
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ config ZMK_KSCAN_GPIO_POLLING
|
|||
bool "Poll for key event triggers instead of using interrupts"
|
||||
default n
|
||||
|
||||
config ZMK_KSCAN_GPIO_MATRIX_POLLING
|
||||
bool "Poll for key event triggers instead of using interrupts on matrix boards."
|
||||
default n
|
||||
|
||||
endif
|
||||
|
||||
config ZMK_KSCAN_INIT_PRIORITY
|
||||
|
|
Loading…
Reference in a new issue