Skip to content

Commit

Permalink
applications: nrf_desktop: Update HID forward documentation
Browse files Browse the repository at this point in the history
Change documents CONFIG_DESKTOP_HID_FORWARD_SUBSCRIBER_COUNT Kconfig
option.

Jira: NCSDK-30002

Signed-off-by: Marek Pieta <[email protected]>
Signed-off-by: Pekka Niskanen <[email protected]>
  • Loading branch information
MarekPieta authored and rlubos committed Nov 5, 2024
1 parent 0d4e745 commit 825941a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions applications/nrf_desktop/doc/hid_forward.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ Complete the following steps to configure the module:
Those options affect :ref:`nrf_desktop_usb_state` that subscribes for HID boot reports.
The Dongle forwards HID reports from both mouse and keyboard, and so either option works if you want to have the Dongle work as boot mouse or boot keyboard.
For more information about the configuration of the HID boot protocol, see the boot protocol configuration section in the :ref:`nrf_desktop_usb_state` documentation.
#. Make sure that the value of :ref:`CONFIG_DESKTOP_HID_FORWARD_SUBSCRIBER_COUNT <config_desktop_app_options>` Kconfig option matches number of USB HID class instances configured in :ref:`nrf_desktop_usb_state`.
nRF Desktop dongle can use one or more instances of the USB HID class.
By default, the module uses a dedicated HID subscriber (USB HID class instance) for every BLE bonded HID peripheral.
For more details about interactions with USB, see the `Interaction with the USB`_ section.

You can set the queued HID input reports limit using the :ref:`CONFIG_DESKTOP_HID_FORWARD_MAX_ENQUEUED_REPORTS <config_desktop_app_options>` Kconfig option.

Expand Down

0 comments on commit 825941a

Please sign in to comment.