.. _nrf_desktop_leds: LEDs module ########### .. contents:: :local: :depth: 2 The LEDs module is responsible for controlling LEDs in response to the LED effect set by the :c:struct:`led_event`. The source of events could be any other module. Module events ************* .. include:: ../../../../../../../applications/nrf_desktop/doc/event_propagation.rst :start-after: table_leds_start :end-before: table_leds_end .. note:: |nrf_desktop_module_event_note| Implementation details ********************** nRF Desktop uses LEDs module from :ref:`lib_caf` (CAF). See the :ref:`CAF LEDs module ` page for implementation details.