:orphan: .. title:: LVGL_POINTER_KSCAN_MSGQ_COUNT .. option:: CONFIG_LVGL_POINTER_KSCAN_MSGQ_COUNT *Keyboard scan message queue count maximum* Type: ``int`` Help ==== Maximum number of items in the keyboard scan message queue. Direct dependencies =================== \ :option:`LVGL_POINTER_KSCAN ` && \ :option:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 10 Kconfig definition ================== .. highlight:: kconfig At ``lib/gui/lvgl/Kconfig.input:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``lib/Kconfig:14`` → ``lib/gui/Kconfig:4`` → ``lib/gui/lvgl/Kconfig:26`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Input device settings → Keyboard scan pointer input .. parsed-literal:: config LVGL_POINTER_KSCAN_MSGQ_COUNT int "Keyboard scan message queue count maximum" default 10 depends on \ :option:`LVGL_POINTER_KSCAN ` && \ :option:`LVGL ` help Maximum number of items in the keyboard scan message queue. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*