summaryrefslogtreecommitdiff
path: root/firmware/export/config/ipod3g.h
diff options
context:
space:
mode:
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