mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
YH820/YH92X: Improve some keymaps for plugins.
Change-Id: Ib598737327043809f60127f7c538f2d45ddabb87
This commit is contained in:
parent
c626fe7004
commit
ce33d4f48b
15 changed files with 40 additions and 49 deletions
|
@ -301,10 +301,10 @@ static void setoptions (void)
|
|||
options.DOWN = BUTTON_DOWN;
|
||||
|
||||
options.A = BUTTON_PLAY;
|
||||
options.B = BUTTON_REW;
|
||||
options.START = BUTTON_REC;
|
||||
options.SELECT = BUTTON_FFWD;
|
||||
options.MENU = BUTTON_NONE;
|
||||
options.B = BUTTON_FFWD;
|
||||
options.START = BUTTON_REW;
|
||||
options.SELECT = BUTTON_NONE;
|
||||
options.MENU = BUTTON_REC;
|
||||
|
||||
#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
|
||||
options.UP = BUTTON_OK;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue