forked from len0rd/rockbox
IAUDIO67_PAD: Add keymaps for most of the plugins, they are not all tested yet.
IAUDIO7: Define MODEL_NAME in config git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18730 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
981bd1cb3e
commit
2f84f699c0
34 changed files with 252 additions and 0 deletions
|
|
@ -151,6 +151,14 @@ PLUGIN_HEADER
|
|||
#elif (CONFIG_KEYPAD == COWOND2_PAD)
|
||||
#define PONG_QUIT BUTTON_POWER
|
||||
|
||||
#elif CONFIG_KEYPAD == IAUDIO67_PAD
|
||||
#define PONG_QUIT BUTTON_POWER
|
||||
#define PONG_PAUSE BUTTON_MENU
|
||||
#define PONG_LEFT_UP BUTTON_VOLUP
|
||||
#define PONG_LEFT_DOWN BUTTON_VOLDOWN
|
||||
#define PONG_RIGHT_UP BUTTON_RIGHT
|
||||
#define PONG_RIGHT_DOWN BUTTON_LEFT
|
||||
|
||||
#else
|
||||
#error No keymap defined!
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue