Initial import of GPIO kscan driver into ZMK.

This commit is contained in:
Pete Johanson
2020-05-26 20:48:15 -04:00
parent dfd5bc0586
commit 72ad47e027
9 changed files with 578 additions and 7 deletions

11
drivers/zephyr/Kconfig Normal file
View File

@@ -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.