[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:
Jean-Louis Biasini 2013-07-17 19:43:33 +03:00 committed by Amaury Pouly
parent 1c8c24183e
commit a9f20862a7
15 changed files with 93 additions and 66 deletions

View file

@ -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;