:orphan: .. title:: CONFIG_KSCAN_ITE_IT8XXX2_ROW_SIZE .. kconfig:: CONFIG_KSCAN_ITE_IT8XXX2_ROW_SIZE CONFIG_KSCAN_ITE_IT8XXX2_ROW_SIZE ################################# *KSCAN\_ITE\_IT8XXX2\_ROW\_SIZE* Type: ``int`` Help ==== .. code-block:: none Adjust the value to your keyboard rows. The maximum row size for the ITE family is 8. Direct dependencies =================== \ :kconfig:`KSCAN_ITE_IT8XXX2 ` && \ :kconfig:`KSCAN ` *(Includes any dependencies from ifs and menus.)* Default ======= - 8 Kconfig definition ================== At ``/kscan/Kconfig.it8xxx2:21`` 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_ROW_SIZE int "KSCAN_ITE_IT8XXX2_ROW_SIZE" default 8 depends on KSCAN_ITE_IT8XXX2 && KSCAN help Adjust the value to your keyboard rows. The maximum row size for the ITE family is 8. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*