diff options
| author | Benjamin Brown <foolsh.person@gmail.com> | 2013-12-02 16:02:07 -0500 |
|---|---|---|
| committer | Michael Giacomelli <giac2000@hotmail.com> | 2013-12-08 01:31:41 +0100 |
| commit | 43f1ac8510596f217c662218523e0a101dee224c (patch) | |
| tree | aca4ad2c8751cab8ce415c104a0589764438b8d6 | |
| parent | 99835fa38b9dad3eb07a8029d51adc8edad59406 (diff) | |
| download | rockbox-43f1ac8510596f217c662218523e0a101dee224c.zip rockbox-43f1ac8510596f217c662218523e0a101dee224c.tar.gz rockbox-43f1ac8510596f217c662218523e0a101dee224c.tar.bz2 rockbox-43f1ac8510596f217c662218523e0a101dee224c.tar.xz | |
Docs: Manual entry for touchpad settings.
New section Touchpad added to the manual. Gigabeatfx and
SansaFuze+ entries added for touchpad sensitivity setting.
Change-Id: I0c5a173d6ad479c4e6995cf5045d90da6cc216ab
Reviewed-on: http://gerrit.rockbox.org/689
Reviewed-by: Benjamin Brown <foolshperson@gmail.com>
Tested: Benjamin Brown <foolshperson@gmail.com>
Reviewed-by: Michael Giacomelli <giac2000@hotmail.com>
| -rw-r--r-- | manual/configure_rockbox/system_options.tex | 14 | ||||
| -rw-r--r-- | manual/platform/gigabeatfx.tex | 1 | ||||
| -rw-r--r-- | manual/platform/sansafuzeplus.tex | 2 |
3 files changed, 16 insertions, 1 deletions
diff --git a/manual/configure_rockbox/system_options.tex b/manual/configure_rockbox/system_options.tex index 167ffa7..30a3237 100644 --- a/manual/configure_rockbox/system_options.tex +++ b/manual/configure_rockbox/system_options.tex @@ -215,6 +215,20 @@ therefore result in better runtime. \end{description} } +\opt{touchpad}{ + \subsection{Touchpad} + These settings control the functions of touchpad devices. + \begin{description} + \opt{SANSA_FUZEPLUS_PAD,GIGABEAT_PAD}{ + \item [Touchpad Senstivity. ]This setting controls the amount of pressure needed to + register a touchpad press. If set to \opt{SANSA_FUZEPLUS_PAD}{\setting{25}}\opt{GIGABEAT_PAD} + {\setting{High}} the lightest touch will register. If set to \opt{SANSA_FUZEPLUS_PAD} + {\setting{-25}}\opt{GIGABEAT_PAD}{\setting{Normal}} a firmer press will be needed to register + on the touchpad. + } + \end{description} +} + \opt{usb_hid}{ \subsection{\label{ref:USB_HID}USB HID} This option turns the USB HID feature \setting{On} and \setting{Off}. diff --git a/manual/platform/gigabeatfx.tex b/manual/platform/gigabeatfx.tex index 642e402..63f31de 100644 --- a/manual/platform/gigabeatfx.tex +++ b/manual/platform/gigabeatfx.tex @@ -9,6 +9,7 @@ \edef\UseOption{\UseOption,gigabeat} \edef\UseOption{\UseOption,GIGABEAT_RC_PAD} \edef\UseOption{\UseOption,HAVEREMOTEKEYMAP} +\edef\UseOption{\UseOption,touchpad} \newcommand{\playerman}{Toshiba} \newcommand{\playertype}{Gigabeat F and X Series} diff --git a/manual/platform/sansafuzeplus.tex b/manual/platform/sansafuzeplus.tex index 1d0de40..732f640 100644 --- a/manual/platform/sansafuzeplus.tex +++ b/manual/platform/sansafuzeplus.tex @@ -4,7 +4,7 @@ \edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} \edef\UseOption{\UseOption,IMX233} \edef\UseOption{\UseOption,HAVE_RB_BL_IN_FLASH} - +\edef\UseOption{\UseOption,touchpad} \newcommand{\playerman}{Sansa} \newcommand{\playertype}{Fuze+} |