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).
Default¶
- 16 
Kconfig definition¶
At <Zephyr Driver>/kscan/Kconfig.xec:15
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:96 → <Zephyr Driver>/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.)