:orphan: .. title:: CONFIG_KSCAN_XEC_COLUMN_SIZE .. kconfig:: CONFIG_KSCAN_XEC_COLUMN_SIZE CONFIG_KSCAN_XEC_COLUMN_SIZE ############################ *KSCAN\_XEC\_COLUMN\_SIZE* Type: ``int`` Help ==== .. code-block:: none Adjust the value to your keyboard columns. The maximum column size for the Microchip XEC family is 18 (from 0 to 17). Direct dependencies =================== \ :kconfig:`KSCAN_XEC ` && \ :kconfig:`KSCAN ` *(Includes any dependencies from ifs and menus.)* Default ======= - 16 Kconfig definition ================== At ``/kscan/Kconfig.xec:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:96`` → ``/kscan/Kconfig:14`` Menu path: (Top) → Device Drivers → Keyboard Scan Drivers → XEC Microchip KSCAN driver .. code-block:: kconfig config KSCAN_XEC_COLUMN_SIZE int "KSCAN_XEC_COLUMN_SIZE" default 16 depends on KSCAN_XEC && KSCAN help Adjust the value to your keyboard columns. The maximum column size for the Microchip XEC family is 18 (from 0 to 17). *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*