summaryrefslogtreecommitdiff
path: root/firmware/export/config/ipod3g.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2010-06-19 20:09:37 +0000
committerMichael Sevakis <jethead71@rockbox.org>2010-06-19 20:09:37 +0000
commitb7a8935dffe82ceb40b63d7c6e97017a6dfac064 (patch)
treead05207c4c7fe5ba9abc7ea034b04ef1d1274f87 /firmware/export/config/ipod3g.h
parent86767233001fd9b381f5283815378bcc1e9dd732 (diff)
downloadrockbox-b7a8935dffe82ceb40b63d7c6e97017a6dfac064.tar.gz
rockbox-b7a8935dffe82ceb40b63d7c6e97017a6dfac064.zip
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
Diffstat (limited to 'firmware/export/config/ipod3g.h')
-rw-r--r--firmware/export/config/ipod3g.h7
1 files changed, 7 insertions, 0 deletions
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 @@
79 79
80#define CONFIG_KEYPAD IPOD_3G_PAD 80#define CONFIG_KEYPAD IPOD_3G_PAD
81 81
82/* define this if the unit uses a scrollwheel for navigation */
82#define HAVE_SCROLLWHEEL 83#define HAVE_SCROLLWHEEL
84/* define to activate advanced wheel acceleration code */
85#define HAVE_WHEEL_ACCELERATION
86/* define from which rotation speed [degree/sec] on the acceleration starts */
87#define WHEEL_ACCEL_START 360
88/* define type of acceleration (1 = ^2, 2 = ^3, 3 = ^4) */
89#define WHEEL_ACCELERATION 1
83 90
84/* Define this to enable morse code input */ 91/* Define this to enable morse code input */
85#define HAVE_MORSE_INPUT 92#define HAVE_MORSE_INPUT