From 9956c255405f962c923579ab5f7b0b746c86f5c8 Mon Sep 17 00:00:00 2001 From: Marianne Arnold Date: Sun, 13 Jan 2008 14:52:31 +0000 Subject: Midiplay: more consistent button mapping on c200 - use the volume buttons to adjust volume (BTN_UP/DOWN), making it possible to use the 'Play' button for play/pause. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16077 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/midi/midiplay.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'apps/plugins/midi') diff --git a/apps/plugins/midi/midiplay.c b/apps/plugins/midi/midiplay.c index 07ecb56934..e165460708 100644 --- a/apps/plugins/midi/midiplay.c +++ b/apps/plugins/midi/midiplay.c @@ -85,9 +85,9 @@ PLUGIN_IRAM_DECLARE #define BTN_QUIT BUTTON_POWER #define BTN_RIGHT BUTTON_RIGHT #define BTN_LEFT BUTTON_LEFT -#define BTN_UP BUTTON_UP -#define BTN_DOWN BUTTON_DOWN -#define BTN_PLAY BUTTON_REC +#define BTN_UP BUTTON_VOL_UP +#define BTN_DOWN BUTTON_VOL_DOWN +#define BTN_PLAY BUTTON_UP #elif CONFIG_KEYPAD == IAUDIO_X5M5_PAD @@ -122,7 +122,7 @@ PLUGIN_IRAM_DECLARE #undef SYNC #ifdef SIMULATOR - #define SYNC +#define SYNC #endif struct MIDIfile * mf IBSS_ATTR; -- cgit v1.2.3