summaryrefslogtreecommitdiff
path: root/apps/plugins/viewer.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/viewer.c')
-rw-r--r--apps/plugins/viewer.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c
index ea33314c99..a7be5db33c 100644
--- a/apps/plugins/viewer.c
+++ b/apps/plugins/viewer.c
@@ -232,6 +232,18 @@ PLUGIN_HEADER
232#define VIEWER_MENU BUTTON_MENU 232#define VIEWER_MENU BUTTON_MENU
233#define VIEWER_AUTOSCROLL BUTTON_DISPLAY 233#define VIEWER_AUTOSCROLL BUTTON_DISPLAY
234 234
235/* iAUdio M3 keys */
236#elif CONFIG_KEYPAD == IAUDIO_M3_PAD
237#define VIEWER_QUIT BUTTON_RC_REC
238#define VIEWER_PAGE_UP BUTTON_RC_VOL_UP
239#define VIEWER_PAGE_DOWN BUTTON_RC_VOL_DOWN
240#define VIEWER_SCREEN_LEFT BUTTON_RC_REW
241#define VIEWER_SCREEN_RIGHT BUTTON_RC_FF
242#define VIEWER_MENU BUTTON_RC_MENU
243#define VIEWER_AUTOSCROLL BUTTON_RC_MODE
244
245#define VIEWER_RC_QUIT BUTTON_REC
246
235#else 247#else
236#error No keymap defined! 248#error No keymap defined!
237#endif 249#endif