summaryrefslogtreecommitdiff
path: root/firmware/export/config/ipod1g2g.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2010-08-20 21:00:15 +0000
committerJens Arnold <amiconn@rockbox.org>2010-08-20 21:00:15 +0000
commit43ccc1eef7a7dae532e36e5ee3fdd144637eb279 (patch)
tree31e9f3ca77712981b368fd06a301d8d6c57811bd /firmware/export/config/ipod1g2g.h
parent333c0cc6b01a7e298f983c43339dc5eb9fef7019 (diff)
downloadrockbox-43ccc1eef7a7dae532e36e5ee3fdd144637eb279.tar.gz
rockbox-43ccc1eef7a7dae532e36e5ee3fdd144637eb279.zip
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
Diffstat (limited to 'firmware/export/config/ipod1g2g.h')
-rw-r--r--firmware/export/config/ipod1g2g.h7
1 files changed, 7 insertions, 0 deletions
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 @@
78 78
79#define CONFIG_KEYPAD IPOD_1G2G_PAD 79#define CONFIG_KEYPAD IPOD_1G2G_PAD
80 80
81/* define this if the unit uses a scrollwheel for navigation */
81#define HAVE_SCROLLWHEEL 82#define HAVE_SCROLLWHEEL
83/* define to activate advanced wheel acceleration code */
84#define HAVE_WHEEL_ACCELERATION
85/* define from which rotation speed [degree/sec] on the acceleration starts */
86#define WHEEL_ACCEL_START 360
87/* define type of acceleration (1 = ^2, 2 = ^3, 3 = ^4) */
88#define WHEEL_ACCELERATION 1
82 89
83/* Define this to enable morse code input */ 90/* Define this to enable morse code input */
84#define HAVE_MORSE_INPUT 91#define HAVE_MORSE_INPUT