From 72ad47e0275c0035aa9ea04ee6127a14bbe50b65 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Tue, 26 May 2020 20:48:15 -0400 Subject: Initial import of GPIO kscan driver into ZMK. --- drivers/zephyr/Kconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 drivers/zephyr/Kconfig (limited to 'drivers/zephyr/Kconfig') diff --git a/drivers/zephyr/Kconfig b/drivers/zephyr/Kconfig new file mode 100644 index 0000000..2dcb3a8 --- /dev/null +++ b/drivers/zephyr/Kconfig @@ -0,0 +1,11 @@ +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. + -- cgit v1.2.3