summaryrefslogtreecommitdiff
path: root/apps/features.txt
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 /apps/features.txt
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 'apps/features.txt')
-rw-r--r--apps/features.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/features.txt b/apps/features.txt
index 2f743b84a8..c323c1cf55 100644
--- a/apps/features.txt
+++ b/apps/features.txt
@@ -143,6 +143,10 @@ rtc
143scrollwheel 143scrollwheel
144#endif 144#endif
145 145
146#if defined(HAVE_WHEEL_ACCELERATION)
147wheel_acceleration
148#endif
149
146#if defined(ARCHOS_RECORDER) || defined(ARCHOS_PLAYER) 150#if defined(ARCHOS_RECORDER) || defined(ARCHOS_PLAYER)
147soft_shutdown 151soft_shutdown
148#endif 152#endif