summaryrefslogtreecommitdiff
path: root/app/drivers/zephyr/Kconfig
diff options
context:
space:
mode:
authorJason Chestnut <jchestnut@mak.com>2020-09-24 07:55:32 -0400
committerJason Chestnut <jchestnut@mak.com>2020-09-24 07:55:32 -0400
commit53425aa3c4719908eb8e6ed23057188f4e502237 (patch)
tree4fb3e90e368f5997566a09e61f9164e1345975d9 /app/drivers/zephyr/Kconfig
parent31af9646e6d1316cd960d8cff98c524c2f25934a (diff)
Rename kscan direct wired driver polling kscan flag in preparationfor addition of new matrix driver flag that enables polling.
Diffstat (limited to 'app/drivers/zephyr/Kconfig')
-rw-r--r--app/drivers/zephyr/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/drivers/zephyr/Kconfig b/app/drivers/zephyr/Kconfig
index a5b6d20..0bf6c0a 100644
--- a/app/drivers/zephyr/Kconfig
+++ b/app/drivers/zephyr/Kconfig
@@ -5,11 +5,11 @@ config ZMK_KSCAN_GPIO_DRIVER
if ZMK_KSCAN_GPIO_DRIVER
-config ZMK_KSCAN_GPIO_POLLING
+config ZMK_KSCAN_MATRIX_POLLING
bool "Poll for key event triggers instead of using interrupts"
default n
-config ZMK_KSCAN_GPIO_MATRIX_POLLING
+config ZMK_KSCAN_DIRECT_POLLING
bool "Poll for key event triggers instead of using interrupts on matrix boards."
default n