forked from kofal.net/zmk
Move Zephyr app into subdirectory.
This commit is contained in:
11
app/drivers/zephyr/Kconfig
Normal file
11
app/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.
|
||||
|
||||
Reference in New Issue
Block a user