summaryrefslogtreecommitdiff
path: root/firmware/export/config/ipodmini1g.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/ipodmini1g.h')
-rw-r--r--firmware/export/config/ipodmini1g.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config/ipodmini1g.h b/firmware/export/config/ipodmini1g.h
index 121a7fc801..85e4597b9f 100644
--- a/firmware/export/config/ipodmini1g.h
+++ b/firmware/export/config/ipodmini1g.h
@@ -79,6 +79,12 @@
79#define CONFIG_KEYPAD IPOD_4G_PAD 79#define CONFIG_KEYPAD IPOD_4G_PAD
80 80
81#define HAVE_SCROLLWHEEL 81#define HAVE_SCROLLWHEEL
82/* define to activate advanced wheel acceleration code */
83#define HAVE_WHEEL_ACCELERATION
84/* define from which rotation speed [degree/sec] on the acceleration starts */
85#define WHEEL_ACCEL_START 360
86/* define type of acceleration (1 = ^2, 2 = ^3, 3 = ^4) */
87#define WHEEL_ACCELERATION 1
82 88
83/* Define this to enable morse code input */ 89/* Define this to enable morse code input */
84#define HAVE_MORSE_INPUT 90#define HAVE_MORSE_INPUT