summaryrefslogtreecommitdiff
path: root/apps/plugins/sokoban.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/sokoban.c')
-rw-r--r--apps/plugins/sokoban.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/plugins/sokoban.c b/apps/plugins/sokoban.c
index 07b5856240..f3c4f9c8f6 100644
--- a/apps/plugins/sokoban.c
+++ b/apps/plugins/sokoban.c
@@ -611,6 +611,14 @@
611#define BUTTON_SAVE (BUTTON_POWER | BUTTON_PLAY) 611#define BUTTON_SAVE (BUTTON_POWER | BUTTON_PLAY)
612#define BUTTON_SAVE_NAME "POWER + PLAY" 612#define BUTTON_SAVE_NAME "POWER + PLAY"
613 613
614#elif CONFIG_KEYPAD == DX50_PAD
615#define SOKOBAN_MENU (BUTTON_POWER|BUTTON_REL)
616#define SOKOBAN_PAUSE BUTTON_PLAY
617#define SOKOBAN_LEVEL_DOWN BUTTON_LEFT
618#define SOKOBAN_LEVEL_UP BUTTON_RIGHT
619#define SOKOBAN_MENU_NAME "Power"
620#define SOKOBAN_PAUSE_NAME "Play"
621
614#else 622#else
615#error No keymap defined! 623#error No keymap defined!
616#endif 624#endif