|
|
@ -10,11 +10,9 @@ if ZMK_KSCAN_GPIO_DRIVER |
|
|
|
|
|
|
|
|
|
|
|
config ZMK_KSCAN_MATRIX_POLLING |
|
|
|
config ZMK_KSCAN_MATRIX_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 matrix boards." |
|
|
|
default n |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
config ZMK_KSCAN_DIRECT_POLLING |
|
|
|
config ZMK_KSCAN_DIRECT_POLLING |
|
|
|
bool "Poll for key event triggers instead of using interrupts on direct wired boards." |
|
|
|
bool "Poll for key event triggers instead of using interrupts on direct wired boards." |
|
|
|
default n |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
endif |
|
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|