forked from len0rd/rockbox
hm801: Add support for plugins.
Change-Id: I81654db87d38324d8680a56bcdb7e9922ee5b619
This commit is contained in:
parent
397863ab3d
commit
6ee3fc81d9
51 changed files with 398 additions and 20 deletions
|
@ -557,6 +557,20 @@
|
|||
#define BUTTON_SAVE (BUTTON_LEFT|BUTTON_POWER)
|
||||
#define BUTTON_SAVE_NAME "LEFT + POWER"
|
||||
|
||||
#elif CONFIG_KEYPAD == HM801_PAD
|
||||
#define SOKOBAN_LEFT BUTTON_LEFT
|
||||
#define SOKOBAN_RIGHT BUTTON_RIGHT
|
||||
#define SOKOBAN_UP BUTTON_UP
|
||||
#define SOKOBAN_DOWN BUTTON_DOWN
|
||||
#define SOKOBAN_MENU BUTTON_POWER
|
||||
#define SOKOBAN_UNDO BUTTON_SELECT
|
||||
#define SOKOBAN_REDO (BUTTON_POWER | BUTTON_SELECT)
|
||||
#define SOKOBAN_LEVEL_DOWN BUTTON_PREV
|
||||
#define SOKOBAN_LEVEL_UP BUTTON_NEXT
|
||||
#define SOKOBAN_PAUSE BUTTON_PLAY
|
||||
#define BUTTON_SAVE (BUTTON_POWER | BUTTON_PLAY)
|
||||
#define BUTTON_SAVE_NAME "POWER + PLAY"
|
||||
|
||||
#else
|
||||
#error No keymap defined!
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue