From a61196fd3ae5ebd71134da8eb10e3189403c116f Mon Sep 17 00:00:00 2001 From: Mark Arigo Date: Fri, 19 Jun 2009 03:23:38 +0000 Subject: Philips SA9200: Working touchpad and button lights! Also, improvements to the keymap (still needs work). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21346 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-sa9200.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'firmware/export/config-sa9200.h') diff --git a/firmware/export/config-sa9200.h b/firmware/export/config-sa9200.h index e35c27e15e..37c0b50035 100755 --- a/firmware/export/config-sa9200.h +++ b/firmware/export/config-sa9200.h @@ -59,6 +59,9 @@ #define CONFIG_KEYPAD PHILIPS_SA9200_PAD +/* define this if the target has volume keys which can be used in the lists */ +#define HAVE_VOLUME_IN_LIST + /* Define this if you do software codec */ #define CONFIG_CODEC SWCODEC @@ -99,6 +102,11 @@ /* Which backlight fading type? */ #define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_SETTING +/* define this if you have a light associated with the buttons */ +#define HAVE_BUTTON_LIGHT +/* Can't control the brightness on all the buttons */ +/* #define HAVE_BUTTONLIGHT_BRIGHTNESS */ + /* define this if you have a flash memory storage */ #define HAVE_FLASH_STORAGE -- cgit v1.2.3