From a7168feeac24ff192e1174717dbfa5582509babf Mon Sep 17 00:00:00 2001 From: Marcoen Hirschberg Date: Sat, 19 May 2007 23:38:09 +0000 Subject: attempt to make the Gigabeat button mappings in the plugins more logical and in line with the mapping in rockbox itself git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13436 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/midiplay.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins/midiplay.c') diff --git a/apps/plugins/midiplay.c b/apps/plugins/midiplay.c index 3feec0f..e586f7b 100644 --- a/apps/plugins/midiplay.c +++ b/apps/plugins/midiplay.c @@ -51,8 +51,8 @@ PLUGIN_IRAM_DECLARE #elif (CONFIG_KEYPAD == GIGABEAT_PAD) #define BTN_QUIT BUTTON_POWER #define BTN_RIGHT BUTTON_RIGHT -#define BTN_UP BUTTON_VOL_UP -#define BTN_DOWN BUTTON_VOL_DOWN +#define BTN_UP BUTTON_UP +#define BTN_DOWN BUTTON_DOWN #elif (CONFIG_KEYPAD == SANSA_E200_PAD) #define BTN_QUIT BUTTON_POWER -- cgit v1.1