Initial import of GPIO kscan driver into ZMK.
This commit is contained in:
parent
dfd5bc0586
commit
72ad47e027
9 changed files with 578 additions and 7 deletions
11
drivers/zephyr/Kconfig
Normal file
11
drivers/zephyr/Kconfig
Normal 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.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue