summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/sokoban.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/sokoban.c b/apps/plugins/sokoban.c
index 1e54ce962d..dfab89fdb7 100644
--- a/apps/plugins/sokoban.c
+++ b/apps/plugins/sokoban.c
@@ -330,6 +330,8 @@ PLUGIN_HEADER
330 330
331#elif CONFIG_KEYPAD == COWOND2_PAD 331#elif CONFIG_KEYPAD == COWOND2_PAD
332#define SOKOBAN_MENU BUTTON_MENU 332#define SOKOBAN_MENU BUTTON_MENU
333#define SOKOBAN_LEVEL_DOWN BUTTON_MINUS
334#define SOKOBAN_LEVEL_UP BUTTON_PLUS
333#define SOKOBAN_MENU_NAME "[MENU]" 335#define SOKOBAN_MENU_NAME "[MENU]"
334 336
335#elif CONFIG_KEYPAD == IAUDIO67_PAD 337#elif CONFIG_KEYPAD == IAUDIO67_PAD