mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-04-20 20:17:03 -05:00
Add new matrix scan flag and implementation in the gpio matrix driver.
This commit is contained in:
@@ -6,11 +6,11 @@ config ZMK_KSCAN_GPIO_DRIVER
|
||||
if ZMK_KSCAN_GPIO_DRIVER
|
||||
|
||||
config ZMK_KSCAN_MATRIX_POLLING
|
||||
bool "Poll for key event triggers instead of using interrupts"
|
||||
default n
|
||||
bool "Poll for key event triggers instead of using interrupts on matrix boards."
|
||||
default y
|
||||
|
||||
config ZMK_KSCAN_DIRECT_POLLING
|
||||
bool "Poll for key event triggers instead of using interrupts on matrix boards."
|
||||
bool "Poll for key event triggers instead of using interrupts on direct wired boards."
|
||||
default n
|
||||
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user