summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Chestnut <jchestnut@mak.com>2020-09-23 16:05:29 -0400
committerJason Chestnut <jchestnut@mak.com>2020-09-23 16:05:29 -0400
commit31af9646e6d1316cd960d8cff98c524c2f25934a (patch)
treef8e2abe3b796e9fe0c98762390cdf1bf20d97355
parent7b53ee51fc9cee61980b424e96a7bddde8dd0c94 (diff)
Adding kconfig flag for enabling matrix polling (vs interrupts) on the matrix gpio driver.
-rw-r--r--app/drivers/zephyr/Kconfig4
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