forked from len0rd/rockbox
M:Robe 500: Get the rest of the games except doom working with the touchscreen.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20857 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
eef7945a97
commit
30830fbbbe
5 changed files with 6 additions and 39 deletions
|
@ -263,19 +263,6 @@
|
|||
#define CB_SCROLL_RIGHT (BUTTON_RIGHT|BUTTON_REPEAT)
|
||||
|
||||
#elif CONFIG_KEYPAD == MROBE500_PAD
|
||||
#define CB_SELECT BUTTON_RC_MODE
|
||||
#define CB_UP BUTTON_RC_PLAY
|
||||
#define CB_DOWN BUTTON_RC_DOWN
|
||||
#define CB_LEFT BUTTON_RC_REW
|
||||
#define CB_RIGHT BUTTON_RC_FF
|
||||
#define CB_PLAY BUTTON_RC_HEART
|
||||
#define CB_LEVEL BUTTON_RC_VOL_DOWN
|
||||
#define CB_MENU BUTTON_POWER
|
||||
|
||||
#define CB_SCROLL_UP (BUTTON_RC_PLAY|BUTTON_REPEAT)
|
||||
#define CB_SCROLL_DOWN (BUTTON_RC_DOWN|BUTTON_REPEAT)
|
||||
#define CB_SCROLL_LEFT (BUTTON_RC_REW|BUTTON_REPEAT)
|
||||
#define CB_SCROLL_RIGHT (BUTTON_RC_FF|BUTTON_REPEAT)
|
||||
|
||||
#elif (CONFIG_KEYPAD == MROBE100_PAD)
|
||||
#define CB_SELECT BUTTON_SELECT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue