1
0
Fork 0
forked from len0rd/rockbox

Barry Wardell's keymappings for H10

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10446 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2006-08-03 20:17:25 +00:00
parent 364e892050
commit 1e88be518a
58 changed files with 517 additions and 2 deletions

View file

@ -81,6 +81,13 @@ PLUGIN_HEADER
#define PONG_RIGHT_UP BUTTON_POWER
#define PONG_RIGHT_DOWN BUTTON_MENU
#elif (CONFIG_KEYPAD == IRIVER_H10_PAD)
#define PONG_QUIT BUTTON_POWER
#define PONG_LEFT_UP BUTTON_SCROLL_UP
#define PONG_LEFT_DOWN BUTTON_SCROLL_DOWN
#define PONG_RIGHT_UP BUTTON_REW
#define PONG_RIGHT_DOWN BUTTON_FF
#endif
static struct plugin_api* rb;