1
0
Fork 0
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:
Karl Kurbjun 2009-05-06 04:56:35 +00:00
parent eef7945a97
commit 30830fbbbe
5 changed files with 6 additions and 39 deletions

View file

@ -188,18 +188,7 @@
#define SUDOKU_BUTTON_POSSIBLE (BUTTON_SELECT | BUTTON_UP)
#elif CONFIG_KEYPAD == MROBE500_PAD
#define SUDOKU_BUTTON_QUIT_PRE BUTTON_POWER
#define SUDOKU_BUTTON_QUIT (BUTTON_POWER | BUTTON_REPEAT)
#define SUDOKU_BUTTON_UP BUTTON_RC_PLAY
#define SUDOKU_BUTTON_DOWN BUTTON_RC_DOWN
#define SUDOKU_BUTTON_LEFT BUTTON_RC_REW
#define SUDOKU_BUTTON_RIGHT BUTTON_RC_FF
#define SUDOKU_BUTTON_TOGGLEBACK BUTTON_RC_VOL_DOWN
#define SUDOKU_BUTTON_TOGGLE BUTTON_RC_VOL_UP
#define SUDOKU_BUTTON_ALTTOGGLE BUTTON_RC_MODE
#define SUDOKU_BUTTON_MENU_PRE BUTTON_POWER
#define SUDOKU_BUTTON_MENU (BUTTON_POWER | BUTTON_REL)
#define SUDOKU_BUTTON_POSSIBLE BUTTON_RC_HEART
#define SUDOKU_BUTTON_QUIT BUTTON_POWER
#elif (CONFIG_KEYPAD == MROBE100_PAD)
#define SUDOKU_BUTTON_QUIT BUTTON_POWER