:orphan: .. title:: CONFIG_KSCAN_HT16K33 .. kconfig:: CONFIG_KSCAN_HT16K33 CONFIG_KSCAN_HT16K33 #################### *HT16K33 keyscan driver* Type: ``bool`` Help ==== .. code-block:: none Enable keyscan driver for HT16K33. The HT16K33 is a memory mapping, multifunction LED controller driver. The controller supports matrix key scan circuit of up to 13x3 keys. Direct dependencies =================== \ :kconfig:`HT16K33_KEYSCAN ` && \ :kconfig:`KSCAN ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`HT16K33_KEYSCAN ` Kconfig definition ================== At ``/kscan/Kconfig.ht16k33:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:96`` → ``/kscan/Kconfig:16`` Menu path: (Top) → Device Drivers → Keyboard Scan Drivers .. code-block:: kconfig config KSCAN_HT16K33 bool "HT16K33 keyscan driver" depends on HT16K33_KEYSCAN && KSCAN help Enable keyscan driver for HT16K33. The HT16K33 is a memory mapping, multifunction LED controller driver. The controller supports matrix key scan circuit of up to 13x3 keys. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*