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