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:
Robert Menes 2009-12-07 18:23:25 +00:00
parent 2d722a17ec
commit ed64d91bc2
7 changed files with 74 additions and 2 deletions

View file

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