summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sparmann <theseven@rockbox.org>2009-11-25 19:15:28 +0000
committerMichael Sparmann <theseven@rockbox.org>2009-11-25 19:15:28 +0000
commit9aeec057fd54f7643491c2dcb1cf5de01a420bef (patch)
tree9b0f7711b9d280cbd2057c5b65a3bfb0908138d9
parentf788e8feffedc056ded4b2d8134e9805dc2caab2 (diff)
downloadrockbox-9aeec057fd54f7643491c2dcb1cf5de01a420bef.tar.gz
rockbox-9aeec057fd54f7643491c2dcb1cf5de01a420bef.zip
Enable wheel acceleration for iPod Nano 2G
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23748 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-ipodnano2g.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-ipodnano2g.h b/firmware/export/config-ipodnano2g.h
index 2e044335da..be7129b690 100644
--- a/firmware/export/config-ipodnano2g.h
+++ b/firmware/export/config-ipodnano2g.h
@@ -58,6 +58,9 @@
58 58
59/* define this if the unit uses a scrollwheel for navigation */ 59/* define this if the unit uses a scrollwheel for navigation */
60#define HAVE_SCROLLWHEEL 60#define HAVE_SCROLLWHEEL
61#define HAVE_WHEEL_ACCELERATION
62#define WHEEL_ACCEL_START 270
63#define WHEEL_ACCELERATION 3
61 64
62/* Define this if you can detect headphones */ 65/* Define this if you can detect headphones */
63#define HAVE_HEADPHONE_DETECTION 66#define HAVE_HEADPHONE_DETECTION