summaryrefslogtreecommitdiff
path: root/app/drivers/zephyr/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'app/drivers/zephyr/Kconfig')
-rw-r--r--app/drivers/zephyr/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/drivers/zephyr/Kconfig b/app/drivers/zephyr/Kconfig
index 2dcb3a8..cd526e8 100644
--- a/app/drivers/zephyr/Kconfig
+++ b/app/drivers/zephyr/Kconfig
@@ -3,6 +3,14 @@ config ZMK_KSCAN_GPIO_DRIVER
default y
select GPIO
+if ZMK_KSCAN_GPIO_DRIVER
+
+config ZMK_KSCAN_GPIO_POLLING
+ bool "Poll for key event triggers instead of using interrupts"
+ default n
+
+endif
+
config ZMK_KSCAN_INIT_PRIORITY
int "Keyboard scan driver init priority"
default 40