mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-12 22:52:28 -05:00
Yet more GoGear SA9200 plugin keymaps. Almost done!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23893 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2d722a17ec
commit
ed64d91bc2
7 changed files with 74 additions and 2 deletions
|
|
@ -230,6 +230,16 @@ static void setoptions (void)
|
|||
options.SELECT=BUTTON_SELECT;
|
||||
options.MENU=BUTTON_MENU;
|
||||
|
||||
#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD
|
||||
options.UP=BUTTON_UP;
|
||||
options.DOWN=BUTTON_DOWN;
|
||||
|
||||
options.A=BUTTON_VOL_UP;
|
||||
options.B=BUTTON_VOL_DOWN;
|
||||
options.START=BUTTON_RIGHT;
|
||||
options.SELECT=BUTTON_LEFT;
|
||||
options.MENU=BUTTON_MENU;
|
||||
|
||||
#elif CONFIG_KEYPAD == ONDAVX747_PAD
|
||||
options.A=BUTTON_VOL_UP;
|
||||
options.B=BUTTON_VOL_DOWN;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue