summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorBenjamin Brown <foolsh.person@gmail.com>2014-08-29 04:50:22 -0400
committerAmaury Pouly <amaury.pouly@gmail.com>2014-09-08 12:54:33 +0200
commite312101181c2b4a4bd610e4f4e8a1f9a9f576323 (patch)
tree0da47b8ed4cceefccd06385f7cbc4bc0b5cd7139 /manual
parent8146b40e73bb999001787fbf414c96acf5dce2a8 (diff)
downloadrockbox-e312101181c2b4a4bd610e4f4e8a1f9a9f576323.tar.gz
rockbox-e312101181c2b4a4bd610e4f4e8a1f9a9f576323.zip
Add touchpad deadzone entry in Rockbox manual
Change-Id: I227ba30628343db15e46e0250ba62e024d5b7ba1 Reviewed-on: http://gerrit.rockbox.org/939 Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
Diffstat (limited to 'manual')
-rw-r--r--manual/configure_rockbox/system_options.tex11
-rw-r--r--manual/platform/sansafuzeplus.tex1
2 files changed, 12 insertions, 0 deletions
diff --git a/manual/configure_rockbox/system_options.tex b/manual/configure_rockbox/system_options.tex
index 2b5404a80a..23816e7809 100644
--- a/manual/configure_rockbox/system_options.tex
+++ b/manual/configure_rockbox/system_options.tex
@@ -227,8 +227,19 @@ therefore result in better runtime.
227 on the touchpad. 227 on the touchpad.
228 } 228 }
229 \end{description} 229 \end{description}
230 \begin{description}
231 \opt{touchpad_deadzone}{
232 \item [Touchpad Deadzone. ]This setting controls the size of a configurable deadzone
233 where touch events between virtual keys are ignored. If set to \opt{SANSA_FUZEPLUS_PAD}
234 {\setting{0}} there is effectivly no deadzone. If set to \opt{SANSA_FUZEPLUS_PAD}
235 {\setting{100}} the deadzones between each virtual button are set to a maximuim
236 400px.
237 }
238 \end{description}
230} 239}
231 240
241
242
232\opt{usb_hid}{ 243\opt{usb_hid}{
233 \subsection{\label{ref:USB_HID}USB HID} 244 \subsection{\label{ref:USB_HID}USB HID}
234 This option turns the USB HID feature \setting{On} and \setting{Off}. 245 This option turns the USB HID feature \setting{On} and \setting{Off}.
diff --git a/manual/platform/sansafuzeplus.tex b/manual/platform/sansafuzeplus.tex
index 732f64007f..32a5623bbe 100644
--- a/manual/platform/sansafuzeplus.tex
+++ b/manual/platform/sansafuzeplus.tex
@@ -5,6 +5,7 @@
5\edef\UseOption{\UseOption,IMX233} 5\edef\UseOption{\UseOption,IMX233}
6\edef\UseOption{\UseOption,HAVE_RB_BL_IN_FLASH} 6\edef\UseOption{\UseOption,HAVE_RB_BL_IN_FLASH}
7\edef\UseOption{\UseOption,touchpad} 7\edef\UseOption{\UseOption,touchpad}
8\edef\UseOption{\UseOption,touchpad_deadzone}
8 9
9\newcommand{\playerman}{Sansa} 10\newcommand{\playerman}{Sansa}
10\newcommand{\playertype}{Fuze+} 11\newcommand{\playertype}{Fuze+}