summaryrefslogtreecommitdiff
path: root/drivers/zephyr/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/zephyr/Kconfig')
-rw-r--r--drivers/zephyr/Kconfig11
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/zephyr/Kconfig b/drivers/zephyr/Kconfig
deleted file mode 100644
index 2dcb3a8..0000000
--- a/drivers/zephyr/Kconfig
+++ /dev/null
@@ -1,11 +0,0 @@
-config ZMK_KSCAN_GPIO_DRIVER
- bool "Enable GPIO kscan driver to simulate key presses"
- default y
- select GPIO
-
-config ZMK_KSCAN_INIT_PRIORITY
- int "Keyboard scan driver init priority"
- default 40
- help
- Keyboard scan device driver initialization priority.
-