From 523e7f702faa8b08ae2d61b979868d2d02ed4ecc Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Fri, 1 May 2020 23:10:11 -0400 Subject: Message queue and work item for process scan events. * Prep for using ISR for kscan GPIO, by moving event process into a work item. --- Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Kconfig (limited to 'Kconfig') diff --git a/Kconfig b/Kconfig new file mode 100644 index 0000000..89dc911 --- /dev/null +++ b/Kconfig @@ -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" -- cgit v1.2.3