summaryrefslogtreecommitdiff
path: root/app/drivers/zephyr/Kconfig
diff options
context:
space:
mode:
authorJason Chestnut <jchestnut@mak.com>2020-09-25 11:29:21 -0400
committerJason Chestnut <jchestnut@mak.com>2020-09-25 11:29:21 -0400
commitb1dce208f8accab56c7864e01cff70a88bc39b3f (patch)
treee5a8817639c88f05d5fcc25440202e8293aa9c69 /app/drivers/zephyr/Kconfig
parent966830562182bca5645ec5c7f44c1e7390408bdd (diff)
Add matrix polling logic to matrix GPIO driver.
Diffstat (limited to 'app/drivers/zephyr/Kconfig')
-rw-r--r--app/drivers/zephyr/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/drivers/zephyr/Kconfig b/app/drivers/zephyr/Kconfig
index c5ff3a6..0534cab 100644
--- a/app/drivers/zephyr/Kconfig
+++ b/app/drivers/zephyr/Kconfig
@@ -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."