summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2010-03-16 22:38:57 +0000
committerThomas Martitz <kugel@rockbox.org>2010-03-16 22:38:57 +0000
commitb5b2a03ee2257139ca06fc4f29d856f49bf05b5a (patch)
tree5b2534ad793cd30d6c652ee2f3a95f2f844b9ad7 /firmware/export/config
parent25065a6423bc8f21ddbe986e80dc24a6b9889d77 (diff)
A tiny bit more Sansa Fuze v2 work.
- buttonlight works - backlight turns on (quite weak though and no brightness adjustment/backlight off functional) - don't share drivers with e200v2/fuzev1 for now as it's not entirely clear how dbop plays into this - deactivte scrollwheel as it's messing up the timer setup in kernel-as3525.c indicating the dbop input reading doesn't work well - still no working bootloader/no lcd or buttons git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25225 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/sansafuzev2.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/firmware/export/config/sansafuzev2.h b/firmware/export/config/sansafuzev2.h
index bc50bde9eb..a6c2264f9f 100644
--- a/firmware/export/config/sansafuzev2.h
+++ b/firmware/export/config/sansafuzev2.h
@@ -37,9 +37,6 @@
/* define this to enable JPEG decoding */
#define HAVE_JPEG
-/* define this if you have a light associated with the buttons */
-#define HAVE_BUTTON_LIGHT
-
/* define this if you have access to the quickscreen */
#define HAVE_QUICKSCREEN
@@ -123,17 +120,20 @@
#define MAX_BRIGHTNESS_SETTING 12
#define DEFAULT_BRIGHTNESS_SETTING 6
+/* define this if you have a light associated with the buttons */
+#define HAVE_BUTTON_LIGHT
+
/* Which backlight fading type? */
-#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_SETTING
+//#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