From 49f1ec8e8ad0b4c06df01fcdd4b18037fbe3ebcc Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sun, 31 Oct 2010 15:32:57 +0000 Subject: Add support multimedia keys/buttons to the core, and adapt Rockbox on android for it (multimedia buttons are found on wired headsets and the lock screen in cyanogenmod). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28421 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/application.h | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/export/config') diff --git a/firmware/export/config/application.h b/firmware/export/config/application.h index 4dc34c14fa..b731f0cf76 100644 --- a/firmware/export/config/application.h +++ b/firmware/export/config/application.h @@ -77,6 +77,7 @@ #if (CONFIG_PLATFORM & PLATFORM_ANDROID) #define CONFIG_KEYPAD ANDROID_PAD +#define HAVE_MULTIMEDIA_KEYS #elif (CONFIG_PLATFORM & PLATFORM_SDL) #define HAVE_SCROLLWHEEL #define CONFIG_KEYPAD SDL_PAD -- cgit v1.2.3