1
0
Fork 0
forked from len0rd/rockbox

first gigabeat commit

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8831 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marcoen Hirschberg 2006-02-24 15:42:52 +00:00
parent b902428180
commit 338e2bbb0c
58 changed files with 599 additions and 8 deletions

View file

@ -72,6 +72,13 @@ PLUGIN_HEADER
#define PONG_RIGHT_UP BUTTON_REC
#define PONG_RIGHT_DOWN BUTTON_PLAY
#elif (CONFIG_KEYPAD == GIGABEAT_PAD)
#define PONG_QUIT BUTTON_A
#define PONG_LEFT_UP BUTTON_UP
#define PONG_LEFT_DOWN BUTTON_DOWN
#define PONG_RIGHT_UP BUTTON_POWER
#define PONG_RIGHT_DOWN BUTTON_MENU
#endif
static struct plugin_api* rb;