diff options
Diffstat (limited to 'apps/plugins/sokoban.c')
-rw-r--r-- | apps/plugins/sokoban.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/sokoban.c b/apps/plugins/sokoban.c index d027794127..8672249bdc 100644 --- a/apps/plugins/sokoban.c +++ b/apps/plugins/sokoban.c @@ -380,6 +380,11 @@ PLUGIN_HEADER #define SOKOBAN_MENU BUTTON_MENU #define SOKOBAN_MENU_NAME "[MENU]" +#elif CONFIG_KEYPAD == MROBE500_PAD + +#define SOKOBAN_MENU BUTTON_POWER +#define SOKOBAN_MENU_NAME "[POWER]" + #else #error No keymap defined! #endif |