From f376fd2f4aa9b27f2a6299177b4cc3c014da01f3 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Thu, 1 Apr 2010 16:07:56 +0000 Subject: Fuzev2: Scrollwheel works like a charm :) Move scrollwheel parsing function into separate file as it's reused. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25425 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/sansafuzev2.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'firmware/export/config') diff --git a/firmware/export/config/sansafuzev2.h b/firmware/export/config/sansafuzev2.h index b71f852007..88d7650ca3 100644 --- a/firmware/export/config/sansafuzev2.h +++ b/firmware/export/config/sansafuzev2.h @@ -127,13 +127,13 @@ #define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_SETTING /* define this if the unit uses a scrollwheel for navigation */ -//#define HAVE_SCROLLWHEEL +#define HAVE_SCROLLWHEEL /* define to activate advanced wheel acceleration code */ -//#define HAVE_WHEEL_ACCELERATION +#define HAVE_WHEEL_ACCELERATION /* define from which rotation speed [degree/sec] on the acceleration starts */ -//#define WHEEL_ACCEL_START 540 +#define WHEEL_ACCEL_START 540 /* define type of acceleration (1 = ^2, 2 = ^3, 3 = ^4) */ -//#define WHEEL_ACCELERATION 1 +#define WHEEL_ACCELERATION 1 /* define this if you have a flash memory storage */ #define HAVE_FLASH_STORAGE -- cgit v1.2.3