:orphan: .. title:: DK_LIBRARY_DYNAMIC_BUTTON_HANDLERS .. option:: CONFIG_DK_LIBRARY_DYNAMIC_BUTTON_HANDLERS *Enable the runtime assignable button handler API* Type: ``bool`` Direct dependencies =================== \ :option:`DK_LIBRARY ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/lib/dk_buttons_and_leds/Kconfig:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:9`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/test_doc/_build/Kconfig.modules:1`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/Kconfig.nrf:11`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/lib/Kconfig:19`` Menu path: (Top) → Modules → Nordic nRF Connect → Libraries → Button and LED Library for Nordic DKs .. parsed-literal:: config DK_LIBRARY_DYNAMIC_BUTTON_HANDLERS bool "Enable the runtime assignable button handler API" default y depends on \ :option:`DK_LIBRARY ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*