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