From e75327b33249cb2656281af2bd5368fe0edd2d48 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Mon, 19 Nov 2007 11:05:54 +0000 Subject: FS#7738 - Scroll wheel acceleration for iPod git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15681 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-ipodcolor.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'firmware/export/config-ipodcolor.h') diff --git a/firmware/export/config-ipodcolor.h b/firmware/export/config-ipodcolor.h index 0aba8c34d6..25a7fb3098 100644 --- a/firmware/export/config-ipodcolor.h +++ b/firmware/export/config-ipodcolor.h @@ -73,6 +73,13 @@ /* Define this for LCD backlight available */ #define HAVE_BACKLIGHT +/* define this if the unit uses a scrollwheel for navigation */ +#define HAVE_SCROLLWHEEL +/* define from which rotation speed [degree/sec] on the acceleration starts */ +#define WHEEL_ACCEL_START 270 +/* define type of acceleration (1 = ^2, 2 = ^3, 3 = ^4) */ +#define WHEEL_ACCELERATION 3 + /* Define this if you can detect headphones */ #define HAVE_HEADPHONE_DETECTION -- cgit v1.2.3