summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/features.txt3
-rw-r--r--manual/configure_rockbox/system_options.tex2
2 files changed, 5 insertions, 0 deletions
diff --git a/apps/features.txt b/apps/features.txt
index f2822da4b7..e503a4c963 100644
--- a/apps/features.txt
+++ b/apps/features.txt
@@ -198,6 +198,9 @@ usb_charging
usbstack
#if defined(USB_ENABLE_HID)
usb_hid
+#if defined(HAVE_USB_HID_MOUSE)
+usb_hid_mouse
+#endif
#endif
#endif
diff --git a/manual/configure_rockbox/system_options.tex b/manual/configure_rockbox/system_options.tex
index ec1dd052a0..a48d004e42 100644
--- a/manual/configure_rockbox/system_options.tex
+++ b/manual/configure_rockbox/system_options.tex
@@ -443,6 +443,7 @@ this option \setting{On}. If it is not required, then turning this setting
\end{btnmap}
\end{table}
+ {\opt{usb_hid_mouse}{
\item [Mouse: ]This mode emulates a mouse. Features supported: Mouse
movement; left and right button clicking; and dragging and dropping.
\begin{table}
@@ -482,5 +483,6 @@ this option \setting{On}. If it is not required, then turning this setting
& Mouse wheel scroll up / down, respectively \\
\end{btnmap}
\end{table}
+ }}
\end{description}
}