summaryrefslogtreecommitdiff
path: root/apps/plugins/imageviewer/imageviewer_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/imageviewer/imageviewer_button.h')
-rw-r--r--apps/plugins/imageviewer/imageviewer_button.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/imageviewer/imageviewer_button.h b/apps/plugins/imageviewer/imageviewer_button.h
index dcacbeb35b..13502369ee 100644
--- a/apps/plugins/imageviewer/imageviewer_button.h
+++ b/apps/plugins/imageviewer/imageviewer_button.h
@@ -479,6 +479,10 @@
479#define IMGVIEW_QUIT (BUTTON_POWER|BUTTON_REL) 479#define IMGVIEW_QUIT (BUTTON_POWER|BUTTON_REL)
480#define IMGVIEW_MENU (BUTTON_PLAY|BUTTON_REL) 480#define IMGVIEW_MENU (BUTTON_PLAY|BUTTON_REL)
481 481
482#elif CONFIG_KEYPAD == CREATIVE_ZENXFI2_PAD
483#define IMGVIEW_QUIT BUTTON_POWER
484#define IMGVIEW_MENU BUTTON_MENU
485
482#else 486#else
483#error No keymap defined! 487#error No keymap defined!
484#endif 488#endif