Skip to content

Commit aa445d6

Browse files
MarekPietakapi-no
authored andcommitted
applications: nrf_desktop: Update HID configuration documentation
Change explicitly mentions names of Kconfig options that can be used to enable support for HID reports. Jira: NCSDK-35005 Signed-off-by: Marek Pieta <[email protected]> Signed-off-by: Divya Pillai <[email protected]> Signed-off-by: Pekka Niskanen <[email protected]>
1 parent 132a44b commit aa445d6

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

applications/nrf_desktop/application_kconfig.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,18 @@ For example, :ref:`nrf_desktop_hid_state` is automatically enabled for the HID p
3939

4040
By default, the nRF Desktop devices use a predefined format of HID reports.
4141
The common HID report map is defined in the :file:`configuration/common/hid_report_desc.c` file.
42+
4243
The selected role implies a set of related HID reports.
43-
For example, HID mouse automatically enables support for HID mouse report.
44-
If you select ``other HID device`` peripheral type, you need to explicitly define the set of HID reports in the configuration.
44+
For example, HID mouse automatically enables support for HID mouse report (:ref:`CONFIG_DESKTOP_HID_REPORT_MOUSE_SUPPORT <config_desktop_app_options>`).
45+
You can manually enable support for additional HID reports if needed.
46+
If you select the ``other HID device`` peripheral type, you need to explicitly enable all of the needed HID input reports in the configuration (the reports are not automatically implied by this peripheral type).
47+
48+
You can enable the following HID reports:
49+
50+
* HID mouse report (:ref:`CONFIG_DESKTOP_HID_REPORT_MOUSE_SUPPORT <config_desktop_app_options>`)
51+
* HID keyboard report (:ref:`CONFIG_DESKTOP_HID_REPORT_KEYBOARD_SUPPORT <config_desktop_app_options>`)
52+
* HID system control report (:ref:`CONFIG_DESKTOP_HID_REPORT_SYSTEM_CTRL_SUPPORT <config_desktop_app_options>`)
53+
* HID consumer control report (:ref:`CONFIG_DESKTOP_HID_REPORT_CONSUMER_CTRL_SUPPORT <config_desktop_app_options>`)
4554

4655
Apart from this, you can specify the supported HID boot protocol interface as one of the following:
4756

0 commit comments

Comments
 (0)