diff options
| author | Michael Sparmann <theseven@rockbox.org> | 2009-11-25 19:15:28 +0000 |
|---|---|---|
| committer | Michael Sparmann <theseven@rockbox.org> | 2009-11-25 19:15:28 +0000 |
| commit | 9aeec057fd54f7643491c2dcb1cf5de01a420bef (patch) | |
| tree | 9b0f7711b9d280cbd2057c5b65a3bfb0908138d9 /firmware | |
| parent | f788e8feffedc056ded4b2d8134e9805dc2caab2 (diff) | |
| download | rockbox-9aeec057fd54f7643491c2dcb1cf5de01a420bef.zip rockbox-9aeec057fd54f7643491c2dcb1cf5de01a420bef.tar.gz rockbox-9aeec057fd54f7643491c2dcb1cf5de01a420bef.tar.bz2 rockbox-9aeec057fd54f7643491c2dcb1cf5de01a420bef.tar.xz | |
Enable wheel acceleration for iPod Nano 2G
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23748 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
| -rw-r--r-- | firmware/export/config-ipodnano2g.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-ipodnano2g.h b/firmware/export/config-ipodnano2g.h index 2e04433..be7129b 100644 --- a/firmware/export/config-ipodnano2g.h +++ b/firmware/export/config-ipodnano2g.h @@ -58,6 +58,9 @@ /* define this if the unit uses a scrollwheel for navigation */ #define HAVE_SCROLLWHEEL +#define HAVE_WHEEL_ACCELERATION +#define WHEEL_ACCEL_START 270 +#define WHEEL_ACCELERATION 3 /* Define this if you can detect headphones */ #define HAVE_HEADPHONE_DETECTION |