summaryrefslogtreecommitdiff
path: root/apps/plugins/sliding_puzzle.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/sliding_puzzle.c')
-rw-r--r--apps/plugins/sliding_puzzle.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugins/sliding_puzzle.c b/apps/plugins/sliding_puzzle.c
index 060ab1866a..2e4a221930 100644
--- a/apps/plugins/sliding_puzzle.c
+++ b/apps/plugins/sliding_puzzle.c
@@ -52,6 +52,13 @@ PLUGIN_HEADER
52#define PUZZLE_SHUFFLE BUTTON_SELECT 52#define PUZZLE_SHUFFLE BUTTON_SELECT
53#define PUZZLE_PICTURE BUTTON_PLAY 53#define PUZZLE_PICTURE BUTTON_PLAY
54 54
55#elif (CONFIG_KEYPAD == IAUDIO_X5_PAD)
56#define PUZZLE_QUIT BUTTON_POWER
57#define PUZZLE_UP BUTTON_UP
58#define PUZZLE_DOWN BUTTON_DOWN
59#define PUZZLE_SHUFFLE BUTTON_REC
60#define PUZZLE_PICTURE BUTTON_PLAY
61
55#endif 62#endif
56 63
57static struct plugin_api* rb; 64static struct plugin_api* rb;