CONFIG_HT16K33_KEYSCAN

Enable keyscan support

Type: bool

Help

Enable keyscan child device support in the HT16K33 LED driver.

The keyscan functionality itself is handled by the HT16K33 GPIO driver.

Direct dependencies

HT16K33 && GPIO && LED

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/drivers/led/Kconfig.ht16k33:14

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:78<Zephyr>/drivers/led/Kconfig:29

Menu path: (Top) → Device Drivers → LED drivers → HT16K33 LED driver

config HT16K33_KEYSCAN
    bool "Enable keyscan support"
    select GPIO_HT16K33
    depends on HT16K33 && GPIO && LED
    help
      Enable keyscan child device support in the HT16K33 LED
      driver.

      The keyscan functionality itself is handled by the
      HT16K33 GPIO driver.

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