summaryrefslogtreecommitdiff
path: root/manual/plugins/rockblox.tex
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-03-02 19:25:50 +0000
committerThomas Martitz <kugel@rockbox.org>2009-03-02 19:25:50 +0000
commitfd14cac7c2feb471f8bf546d10e15f1336657064 (patch)
treef0d9dfe4b1147a8f08659104a3ba150bb3a1e8f5 /manual/plugins/rockblox.tex
parent09f012a64fb129b3b7e16cc463a840b1eb5ded7d (diff)
downloadrockbox-fd14cac7c2feb471f8bf546d10e15f1336657064.tar.gz
rockbox-fd14cac7c2feb471f8bf546d10e15f1336657064.zip
Split HAVE_SCROLLWHEEL into HAVE_SCROLLWHEEL and HAVE_WHEEL_ACCELERATION, where the latter now activates the wheel acceleration code.
HAVE_SCROLLWHEEL plainly indicates the existence of a scrollwheel, thus all ipods define it now (in addition to the ones and some sansas which did before). Same applies to the manual. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20177 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/rockblox.tex')
-rw-r--r--manual/plugins/rockblox.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/plugins/rockblox.tex b/manual/plugins/rockblox.tex
index 3dc98b524a..19542f9b7d 100644
--- a/manual/plugins/rockblox.tex
+++ b/manual/plugins/rockblox.tex
@@ -32,7 +32,7 @@ making the blocks fall faster. If the pile of blocks reaches the ceiling, the ga
32 \opt{RECORDER_PAD}{\ButtonPlay} 32 \opt{RECORDER_PAD}{\ButtonPlay}
33 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonUp} 33 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonUp}
34 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonSelect} 34 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonSelect}
35 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd} 35 \opt{scrollwheel}{\ButtonScrollFwd}
36 \opt{IAUDIO_X5_PAD}{\ButtonPower} 36 \opt{IAUDIO_X5_PAD}{\ButtonPower}
37 \opt{IRIVER_H10_PAD}{\ButtonRew} 37 \opt{IRIVER_H10_PAD}{\ButtonRew}
38 \opt{SANSA_C200_PAD}{\ButtonVolDown} 38 \opt{SANSA_C200_PAD}{\ButtonVolDown}