Adding kconfig flag for enabling matrix polling (vs interrupts) on the matrix gpio driver.

This commit is contained in:
Jason Chestnut 2020-09-23 16:05:29 -04:00
parent 7b53ee51fc
commit 31af9646e6
1 changed files with 4 additions and 0 deletions

View File

@ -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