mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
[Fuze+][Keymaps] Application and viewer keymaps update
Last core update for keymaps and manual. Manual is now 100% complete Change-Id: I9ad33206ecea41a88cba7a355da911fa7ab0455d Reviewed-on: http://gerrit.rockbox.org/521 Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
This commit is contained in:
parent
1c8c24183e
commit
a9f20862a7
15 changed files with 93 additions and 66 deletions
|
|
@ -324,11 +324,11 @@ static void setoptions (void)
|
|||
options.LEFT = BUTTON_LEFT;
|
||||
options.RIGHT = BUTTON_RIGHT;
|
||||
|
||||
options.A = BUTTON_BACK;
|
||||
options.B = BUTTON_PLAYPAUSE;
|
||||
options.A = BUTTON_VOL_UP;
|
||||
options.B = BUTTON_VOL_DOWN;
|
||||
options.START = BUTTON_SELECT;
|
||||
options.SELECT = (BUTTON_PLAYPAUSE | BUTTON_REPEAT);
|
||||
options.MENU = (BUTTON_SELECT | BUTTON_REPEAT);
|
||||
options.SELECT = BUTTON_PLAYPAUSE;
|
||||
options.MENU = BUTTON_BACK;
|
||||
|
||||
#elif CONFIG_KEYPAD == SANSA_CONNECT_PAD
|
||||
options.UP = BUTTON_UP;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue