diff options
author | Jason Chestnut <jchestnut@mak.com> | 2020-09-24 07:55:32 -0400 |
---|---|---|
committer | Jason Chestnut <jchestnut@mak.com> | 2020-09-24 07:55:32 -0400 |
commit | 53425aa3c4719908eb8e6ed23057188f4e502237 (patch) | |
tree | 4fb3e90e368f5997566a09e61f9164e1345975d9 /app/drivers/zephyr/Kconfig | |
parent | 31af9646e6d1316cd960d8cff98c524c2f25934a (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/Kconfig | 4 |
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 |