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.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/plugins/sliding_puzzle.c b/apps/plugins/sliding_puzzle.c
index 9a46dac664..c5c8c67d25 100644
--- a/apps/plugins/sliding_puzzle.c
+++ b/apps/plugins/sliding_puzzle.c
@@ -181,6 +181,15 @@ PLUGIN_HEADER
181#define PUZZLE_SHUFFLE BUTTON_PLAY 181#define PUZZLE_SHUFFLE BUTTON_PLAY
182#define PUZZLE_PICTURE BUTTON_MENU 182#define PUZZLE_PICTURE BUTTON_MENU
183 183
184#elif CONFIG_KEYPAD == PHILIPS_HDD1630_PAD
185#define PUZZLE_QUIT BUTTON_POWER
186#define PUZZLE_LEFT BUTTON_LEFT
187#define PUZZLE_RIGHT BUTTON_RIGHT
188#define PUZZLE_UP BUTTON_UP
189#define PUZZLE_DOWN BUTTON_DOWN
190#define PUZZLE_SHUFFLE BUTTON_VIEW
191#define PUZZLE_PICTURE BUTTON_MENU
192
184#else 193#else
185#error No keymap defined! 194#error No keymap defined!
186#endif 195#endif