zmk_mf68/Kconfig
Pete Johanson 523e7f702f Message queue and work item for process scan events.
* Prep for using ISR for kscan GPIO, by moving event
  process into a work item.
2020-05-01 23:10:11 -04:00

8 lines
160 B
Plaintext

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"