From 43ccc1eef7a7dae532e36e5ee3fdd144637eb279 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Fri, 20 Aug 2010 21:00:15 +0000 Subject: Enable wheel acceleration and repeats for iPod 1st/2nd Gen, using the same settings as on iPod 3rd Gen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27849 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/ipod1g2g.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'firmware/export/config/ipod1g2g.h') diff --git a/firmware/export/config/ipod1g2g.h b/firmware/export/config/ipod1g2g.h index 6da48ab62f..f4e6c19456 100644 --- a/firmware/export/config/ipod1g2g.h +++ b/firmware/export/config/ipod1g2g.h @@ -78,7 +78,14 @@ #define CONFIG_KEYPAD IPOD_1G2G_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