forked from len0rd/rockbox
Build some more plugins for M:Robe most work, doom builds and runs if you use a hack - need to fix the user timer so that it works properly.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15403 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
574b1009a6
commit
38548c7118
17 changed files with 276 additions and 27 deletions
|
@ -136,7 +136,21 @@
|
|||
#define SUDOKU_BUTTON_MENU (BUTTON_POWER | BUTTON_REL)
|
||||
#define SUDOKU_BUTTON_POSSIBLE BUTTON_REC
|
||||
|
||||
#elif
|
||||
#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
|
||||
|
||||
#else
|
||||
#error SUDOKU: Unsupported keypad
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue