From b7a8935dffe82ceb40b63d7c6e97017a6dfac064 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sat, 19 Jun 2010 20:09:37 +0000 Subject: iPod 3G: Implement wheel acceleration and repeats. Chosen settings feel pretty decent but can be tweaked. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26962 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/ipod3g.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'firmware/export/config/ipod3g.h') diff --git a/firmware/export/config/ipod3g.h b/firmware/export/config/ipod3g.h index 471cb58b7f..ee59a1bc76 100644 --- a/firmware/export/config/ipod3g.h +++ b/firmware/export/config/ipod3g.h @@ -79,7 +79,14 @@ #define CONFIG_KEYPAD IPOD_3G_PAD +/* define this if the unit uses a scrollwheel for navigation */ #define HAVE_SCROLLWHEEL +/* define to activate advanced wheel acceleration code */ +#define HAVE_WHEEL_ACCELERATION +/* define from which rotation speed [degree/sec] on the acceleration starts */ +#define WHEEL_ACCEL_START 360 +/* define type of acceleration (1 = ^2, 2 = ^3, 3 = ^4) */ +#define WHEEL_ACCELERATION 1 /* Define this to enable morse code input */ #define HAVE_MORSE_INPUT -- cgit v1.2.3