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:
Pete Johanson
2020-05-01 23:10:11 -04:00
parent 4e672eafd4
commit 523e7f702f
3 changed files with 55 additions and 7 deletions

7
Kconfig Normal file
View 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"