Enable wheel acceleration for iPod Nano 2G

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23748 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sparmann 2009-11-25 19:15:28 +00:00
parent f788e8feff
commit 9aeec057fd

View file

@ -58,6 +58,9 @@
/* define this if the unit uses a scrollwheel for navigation */ /* define this if the unit uses a scrollwheel for navigation */
#define HAVE_SCROLLWHEEL #define HAVE_SCROLLWHEEL
#define HAVE_WHEEL_ACCELERATION
#define WHEEL_ACCEL_START 270
#define WHEEL_ACCELERATION 3
/* Define this if you can detect headphones */ /* Define this if you can detect headphones */
#define HAVE_HEADPHONE_DETECTION #define HAVE_HEADPHONE_DETECTION