summaryrefslogtreecommitdiff
path: root/app/drivers/zephyr/Kconfig
diff options
context:
space:
mode:
authorJason Chestnut <jchestnut@mak.com>2020-09-24 14:30:47 -0400
committerJason Chestnut <jchestnut@mak.com>2020-09-24 14:30:47 -0400
commit5c4705d465d4b5f742299cf77f549186c9cc7933 (patch)
tree72cc570fa44614d13e3254ac0de671f91b16a41b /app/drivers/zephyr/Kconfig
parent53425aa3c4719908eb8e6ed23057188f4e502237 (diff)
Add new matrix scan flag and implementation in the gpio matrix driver.
Diffstat (limited to 'app/drivers/zephyr/Kconfig')
-rw-r--r--app/drivers/zephyr/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/drivers/zephyr/Kconfig b/app/drivers/zephyr/Kconfig
index 0bf6c0a..c5ff3a6 100644
--- a/app/drivers/zephyr/Kconfig
+++ b/app/drivers/zephyr/Kconfig
@@ -6,11 +6,11 @@ config ZMK_KSCAN_GPIO_DRIVER
if ZMK_KSCAN_GPIO_DRIVER
config ZMK_KSCAN_MATRIX_POLLING
- bool "Poll for key event triggers instead of using interrupts"
- default n
+ bool "Poll for key event triggers instead of using interrupts on matrix boards."
+ default y
config ZMK_KSCAN_DIRECT_POLLING
- bool "Poll for key event triggers instead of using interrupts on matrix boards."
+ bool "Poll for key event triggers instead of using interrupts on direct wired boards."
default n
endif