forked from len0rd/rockbox
first gigabeat commit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8831 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b902428180
commit
338e2bbb0c
58 changed files with 599 additions and 8 deletions
|
@ -86,6 +86,15 @@ PLUGIN_HEADER
|
|||
#define SOKOBAN_LEVEL_DOWN (BUTTON_PLAY | BUTTON_DOWN)
|
||||
#define SOKOBAN_LEVEL_REPEAT BUTTON_REC
|
||||
|
||||
#elif (CONFIG_KEYPAD == GIGABEAT_PAD)
|
||||
#define SOKOBAN_UP BUTTON_UP
|
||||
#define SOKOBAN_DOWN BUTTON_DOWN
|
||||
#define SOKOBAN_QUIT BUTTON_A
|
||||
#define SOKOBAN_UNDO BUTTON_MENU
|
||||
#define SOKOBAN_LEVEL_UP (BUTTON_POWER | BUTTON_UP)
|
||||
#define SOKOBAN_LEVEL_DOWN (BUTTON_POWER | BUTTON_DOWN)
|
||||
#define SOKOBAN_LEVEL_REPEAT BUTTON_SELECT
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LCD_COLOR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue