Start committing plugin keymaps for the Philips GoGear SA9200.

I still have more plugins to finish, but this is an initial start
and I can at least get them under version control in case I need
to revise any.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23813 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Menes 2009-12-02 01:56:39 +00:00
parent 6ea0c3f229
commit e626dcba40
18 changed files with 148 additions and 1 deletions

View file

@ -170,6 +170,14 @@ PLUGIN_HEADER
#define BOUNCE_QUIT BUTTON_POWER
#define BOUNCE_MODE BUTTON_MENU
#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD
#define BOUNCE_LEFT BUTTON_PREV
#define BOUNCE_RIGHT BUTTON_NEXT
#define BOUNCE_UP BUTTON_UP
#define BOUNCE_DOWN BUTTON_DOWN
#define BOUNCE_QUIT BUTTON_POWER
#define BOUNCE_MODE BUTTON_MENU
#elif (CONFIG_KEYPAD == ONDAVX747_PAD)
#define BOUNCE_QUIT BUTTON_POWER
#define BOUNCE_MODE BUTTON_MENU