-
CONFIG_KSCAN_XEC_DEBOUNCE_DOWN
¶
KSCAN_XEC_DEBOUNCE_DOWN
Type: int
Help¶
Determines the time in msecs for debouncing a key press.
Default¶
10
Kconfig definition¶
At <Zephyr>/drivers/kscan/Kconfig.xec:29
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_DEBOUNCE_DOWN int "KSCAN_XEC_DEBOUNCE_DOWN" default 10 depends onKSCAN_XEC
&&KSCAN
help Determines the time in msecs for debouncing a key press.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)