:orphan: .. title:: CONFIG_CAF_BUTTONS_DEBOUNCE_INTERVAL .. kconfig:: CONFIG_CAF_BUTTONS_DEBOUNCE_INTERVAL CONFIG_CAF_BUTTONS_DEBOUNCE_INTERVAL #################################### *Interval before first button scan in ms* Type: ``int`` Help ==== .. code-block:: none Interval before first scan. Introduced for debouncing reasons. Direct dependencies =================== \ :kconfig:`CAF_BUTTONS ` && \ :kconfig:`CAF ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== At ``/subsys/caf/modules/Kconfig.buttons:31`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:54`` → ``/subsys/Kconfig:44`` → ``/subsys/caf/Kconfig:16`` → ``/subsys/caf/modules/Kconfig:11`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Common Application Framework → Buttons module .. code-block:: kconfig config CAF_BUTTONS_DEBOUNCE_INTERVAL int "Interval before first button scan in ms" default 2 depends on CAF_BUTTONS && CAF help Interval before first scan. Introduced for debouncing reasons. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*