forked from len0rd/rockbox
Pong: small improvement in the c200 buttonmap; the left paddle is now controlled with the volume buttons. Also update the manual accordingly.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15148 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b5f779b2ef
commit
6c002daba4
2 changed files with 15 additions and 6 deletions
|
@ -100,8 +100,7 @@ PLUGIN_HEADER
|
|||
#define PONG_RIGHT_UP BUTTON_VOL_UP
|
||||
#define PONG_RIGHT_DOWN BUTTON_VOL_DOWN
|
||||
|
||||
#elif (CONFIG_KEYPAD == SANSA_E200_PAD) || \
|
||||
(CONFIG_KEYPAD == SANSA_C200_PAD)
|
||||
#elif (CONFIG_KEYPAD == SANSA_E200_PAD)
|
||||
#define PONG_QUIT BUTTON_POWER
|
||||
#define PONG_PAUSE BUTTON_SELECT
|
||||
#define PONG_LEFT_UP BUTTON_LEFT
|
||||
|
@ -109,6 +108,14 @@ PLUGIN_HEADER
|
|||
#define PONG_RIGHT_UP BUTTON_UP
|
||||
#define PONG_RIGHT_DOWN BUTTON_RIGHT
|
||||
|
||||
#elif (CONFIG_KEYPAD == SANSA_C200_PAD)
|
||||
#define PONG_QUIT BUTTON_POWER
|
||||
#define PONG_PAUSE BUTTON_SELECT
|
||||
#define PONG_LEFT_UP BUTTON_VOL_UP
|
||||
#define PONG_LEFT_DOWN BUTTON_VOL_DOWN
|
||||
#define PONG_RIGHT_UP BUTTON_UP
|
||||
#define PONG_RIGHT_DOWN BUTTON_DOWN
|
||||
|
||||
#elif (CONFIG_KEYPAD == IRIVER_H10_PAD)
|
||||
#define PONG_QUIT BUTTON_POWER
|
||||
#define PONG_LEFT_UP BUTTON_SCROLL_UP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue