mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
More GoGear SA9200 plugin keymaps, plus a fix on mosaique.
Just pluginlib actions and Doom and I'm DONE!! :) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23912 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bafe14db55
commit
9dc1c1a876
7 changed files with 75 additions and 1 deletions
|
@ -166,6 +166,14 @@ PLUGIN_IRAM_DECLARE
|
|||
#define BTN_DOWN BUTTON_DOWN
|
||||
#define BTN_PLAY BUTTON_MENU
|
||||
|
||||
#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD
|
||||
#define BTN_QUIT BUTTON_POWER
|
||||
#define BTN_RIGHT BUTTON_NEXT
|
||||
#define BTN_LEFT BUTTON_PREV
|
||||
#define BTN_UP BUTTON_UP
|
||||
#define BTN_DOWN BUTTON_DOWN
|
||||
#define BTN_PLAY BUTTON_MENU
|
||||
|
||||
#elif CONFIG_KEYPAD == ONDAVX747_PAD
|
||||
#define BTN_QUIT BUTTON_POWER
|
||||
#elif CONFIG_KEYPAD == ONDAVX777_PAD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue