The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_KSCAN_XEC_COLUMN_SIZE

KSCAN_XEC_COLUMN_SIZE

Type: int

Help

Adjust the value to your keyboard columns. The maximum
column size for the Microchip XEC family is 18 (from 0 to 17).

Direct dependencies

KSCAN_XEC && KSCAN

(Includes any dependencies from ifs and menus.)

Default

  • 16

Kconfig definition

At drivers/kscan/Kconfig.xec:15

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:96drivers/kscan/Kconfig:14

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

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.)