CONFIG_KSCAN_XEC_ROW_SIZE

KSCAN_XEC_ROW_SIZE

Type: int

Help

Adjust the value to your keyboard rows. The maximum column size for the Microchip XEC family is 8 (from 0 to 7).

Direct dependencies

KSCAN_XEC && KSCAN

(Includes any dependencies from ifs and menus.)

Default

  • 8

Kconfig definition

At <Zephyr>/drivers/kscan/Kconfig.xec:22

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:94<Zephyr>/drivers/kscan/Kconfig:14

Menu path: (Top) → Device Drivers → Keyboard Scan Drivers → XEC Microchip KSCAN driver

config KSCAN_XEC_ROW_SIZE
    int "KSCAN_XEC_ROW_SIZE"
    default 8
    depends on KSCAN_XEC && KSCAN
    help
      Adjust the value to your keyboard rows. The maximum
      column size for the Microchip XEC family is 8 (from 0 to 7).

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)