diff options
author | Thomas Martitz <kugel@rockbox.org> | 2010-04-27 10:11:52 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2010-04-27 10:11:52 +0000 |
commit | 249aae587a1f35f5df55613c6765ae763db39107 (patch) | |
tree | dcc7f100fcdc7af8b09a7e3daa96b852a1986c74 /firmware/export/config/sansafuzev2.h | |
parent | ee291a5e9b12651ffa658bef15e09902a82285f9 (diff) |
FS#11172 - Fuzev2: Read the scrollwheel scrollwheel via IRQ
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25736 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config/sansafuzev2.h')
-rw-r--r-- | firmware/export/config/sansafuzev2.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/firmware/export/config/sansafuzev2.h b/firmware/export/config/sansafuzev2.h index 172434282d..4caab8464a 100644 --- a/firmware/export/config/sansafuzev2.h +++ b/firmware/export/config/sansafuzev2.h @@ -68,6 +68,15 @@ /* There is no hardware tone control */ #define HAVE_SW_TONE_CONTROLS +/* define this if the unit uses a scrollwheel for navigation */ +#define HAVE_SCROLLWHEEL +/* define to activate advanced wheel acceleration code */ +#define HAVE_WHEEL_ACCELERATION +/* define from which rotation speed [degree/sec] on the acceleration starts */ +#define WHEEL_ACCEL_START 540 +/* define type of acceleration (1 = ^2, 2 = ^3, 3 = ^4) */ +#define WHEEL_ACCELERATION 1 + #endif /* !BOOTLOADER */ /* put the lcd frame buffer in IRAM */ @@ -126,15 +135,6 @@ /* Which backlight fading type? */ #define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_SETTING -/* define this if the unit uses a scrollwheel for navigation */ -#define HAVE_SCROLLWHEEL -/* define to activate advanced wheel acceleration code */ -#define HAVE_WHEEL_ACCELERATION -/* define from which rotation speed [degree/sec] on the acceleration starts */ -#define WHEEL_ACCEL_START 540 -/* define type of acceleration (1 = ^2, 2 = ^3, 3 = ^4) */ -#define WHEEL_ACCELERATION 1 - /* define this if you have a flash memory storage */ #define HAVE_FLASH_STORAGE |