mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Use the left and right buttons for changing volume in mpegplayer on the gigabeatsince the screen is rotated.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12953 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e394836b61
commit
79df16adc1
1 changed files with 2 additions and 2 deletions
|
@ -139,8 +139,8 @@ PLUGIN_IRAM_DECLARE
|
|||
#define MPEG_MENU BUTTON_MENU
|
||||
#define MPEG_STOP BUTTON_A
|
||||
#define MPEG_PAUSE BUTTON_SELECT
|
||||
#define MPEG_VOLDOWN BUTTON_DOWN
|
||||
#define MPEG_VOLUP BUTTON_UP
|
||||
#define MPEG_VOLDOWN BUTTON_LEFT
|
||||
#define MPEG_VOLUP BUTTON_RIGHT
|
||||
#define MPEG_VOLDOWN2 BUTTON_VOL_DOWN
|
||||
#define MPEG_VOLUP2 BUTTON_VOL_UP
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue