forked from kofal.net/zmk
Adding kconfig flag for enabling matrix polling (vs interrupts) on the matrix gpio driver.
This commit is contained in:
@@ -9,6 +9,10 @@ config ZMK_KSCAN_GPIO_POLLING
|
|||||||
bool "Poll for key event triggers instead of using interrupts"
|
bool "Poll for key event triggers instead of using interrupts"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
config ZMK_KSCAN_GPIO_MATRIX_POLLING
|
||||||
|
bool "Poll for key event triggers instead of using interrupts on matrix boards."
|
||||||
|
default n
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
config ZMK_KSCAN_INIT_PRIORITY
|
config ZMK_KSCAN_INIT_PRIORITY
|
||||||
|
|||||||
Reference in New Issue
Block a user