diff options
author | Jason Chestnut <jchestnut@mak.com> | 2020-09-23 16:05:29 -0400 |
---|---|---|
committer | Jason Chestnut <jchestnut@mak.com> | 2020-09-23 16:05:29 -0400 |
commit | 31af9646e6d1316cd960d8cff98c524c2f25934a (patch) | |
tree | f8e2abe3b796e9fe0c98762390cdf1bf20d97355 /app/drivers | |
parent | 7b53ee51fc9cee61980b424e96a7bddde8dd0c94 (diff) |
Adding kconfig flag for enabling matrix polling (vs interrupts) on the matrix gpio driver.
Diffstat (limited to 'app/drivers')
-rw-r--r-- | app/drivers/zephyr/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/drivers/zephyr/Kconfig b/app/drivers/zephyr/Kconfig index 0237846..a5b6d20 100644 --- a/app/drivers/zephyr/Kconfig +++ b/app/drivers/zephyr/Kconfig @@ -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 |