Skip to content

Commit 825941a

Browse files
MarekPietarlubos
authored andcommitted
applications: nrf_desktop: Update HID forward documentation
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]>
1 parent 0d4e745 commit 825941a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

applications/nrf_desktop/doc/hid_forward.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ Complete the following steps to configure the module:
5050
Those options affect :ref:`nrf_desktop_usb_state` that subscribes for HID boot reports.
5151
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.
5252
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.
53+
#. 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`.
54+
nRF Desktop dongle can use one or more instances of the USB HID class.
55+
By default, the module uses a dedicated HID subscriber (USB HID class instance) for every BLE bonded HID peripheral.
56+
For more details about interactions with USB, see the `Interaction with the USB`_ section.
5357

5458
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.
5559

0 commit comments

Comments
 (0)