Message queue and work item for process scan events.
* Prep for using ISR for kscan GPIO, by moving event process into a work item.
This commit is contained in:
parent
4e672eafd4
commit
523e7f702f
3 changed files with 55 additions and 7 deletions
7
Kconfig
Normal file
7
Kconfig
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
mainmenu "ZMK Firmware"
|
||||
|
||||
config ZMK_KSCAN_EVENT_QUEUE_SIZE
|
||||
int "Size of the event queue for KSCAN events to buffer events"
|
||||
default 4
|
||||
|
||||
source "Kconfig.zephyr"
|
||||
Loading…
Add table
Add a link
Reference in a new issue