summaryrefslogtreecommitdiff
path: root/apps/plugins/mazezam.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mazezam.c')
-rw-r--r--apps/plugins/mazezam.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/plugins/mazezam.c b/apps/plugins/mazezam.c
index 1105e4eebb..858d554a6d 100644
--- a/apps/plugins/mazezam.c
+++ b/apps/plugins/mazezam.c
@@ -153,6 +153,20 @@ MEM_FUNCTION_WRAPPERS(rb);
153#define MAZEZAM_QUIT BUTTON_BACK 153#define MAZEZAM_QUIT BUTTON_BACK
154#define MAZEZAM_QUIT_KEYNAME "[BACK]" 154#define MAZEZAM_QUIT_KEYNAME "[BACK]"
155 155
156#elif (CONFIG_KEYPAD == MROBE100_PAD)
157#define MAZEZAM_UP BUTTON_UP
158#define MAZEZAM_DOWN BUTTON_DOWN
159#define MAZEZAM_LEFT BUTTON_LEFT
160#define MAZEZAM_RIGHT BUTTON_RIGHT
161#define MAZEZAM_SELECT BUTTON_SELECT
162
163#define MAZEZAM_RETRY BUTTON_DISPLAY
164#define MAZEZAM_RETRY_KEYNAME "[DISPLAY]"
165#define MAZEZAM_QUIT BUTTON_POWER
166#define MAZEZAM_QUIT_KEYNAME "[POWER]"
167
168#else
169#error No keymap defined!
156#endif 170#endif
157 171
158/* The gap for the border around the heading in text pages. In fact, 2 is 172/* The gap for the border around the heading in text pages. In fact, 2 is