diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2007-11-19 11:05:54 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2007-11-19 11:05:54 +0000 |
commit | e75327b33249cb2656281af2bd5368fe0edd2d48 (patch) | |
tree | 80037d0f7a7420886b678a195ce2bbb90deba951 /firmware/export/config-ipodcolor.h | |
parent | a8c020288c729f077b067f45f92a47bca56caae1 (diff) |
FS#7738 - Scroll wheel acceleration for iPod
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15681 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ipodcolor.h')
-rw-r--r-- | firmware/export/config-ipodcolor.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/config-ipodcolor.h b/firmware/export/config-ipodcolor.h index 0aba8c34d6..25a7fb3098 100644 --- a/firmware/export/config-ipodcolor.h +++ b/firmware/export/config-ipodcolor.h @@ -73,6 +73,13 @@ /* Define this for LCD backlight available */ #define HAVE_BACKLIGHT +/* define this if the unit uses a scrollwheel for navigation */ +#define HAVE_SCROLLWHEEL +/* define from which rotation speed [degree/sec] on the acceleration starts */ +#define WHEEL_ACCEL_START 270 +/* define type of acceleration (1 = ^2, 2 = ^3, 3 = ^4) */ +#define WHEEL_ACCELERATION 3 + /* Define this if you can detect headphones */ #define HAVE_HEADPHONE_DETECTION |