MPIOs: keymap tweaks

Change-Id: Ic96900c83ffb90df4f6c68a26238f0543cba61cd
This commit is contained in:
Marcin Bukat 2012-02-02 14:42:42 +01:00
parent 3511435ee3
commit 5863361fbf
42 changed files with 225 additions and 209 deletions

View file

@ -312,11 +312,11 @@ static void setoptions (void)
options.LEFT = BUTTON_REW;
options.RIGHT = BUTTON_FF;
options.A = BUTTON_MENU;
options.B = BUTTON_ENTER;
options.START = BUTTON_PLAY;
options.SELECT = (BUTTON_ENTER | BUTTON_REPEAT);
options.MENU = (BUTTON_MENU | BUTTON_REPEAT);
options.A = BUTTON_PLAY;
options.B = BUTTON_REC;
options.START = (BUTTON_PLAY | BUTTON_REPEAT);
options.SELECT = BUTTON_ENTER;
options.MENU = BUTTON_MENU;
#elif CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD
options.UP = BUTTON_UP;