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
This commit is contained in:
parent
28cd26c471
commit
9956c25540
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue