summaryrefslogtreecommitdiff
path: root/apps/plugins/jpeg/jpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/jpeg/jpeg.h')
-rw-r--r--apps/plugins/jpeg/jpeg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/jpeg/jpeg.h b/apps/plugins/jpeg/jpeg.h
index db07b12..178ff2d 100644
--- a/apps/plugins/jpeg/jpeg.h
+++ b/apps/plugins/jpeg/jpeg.h
@@ -236,13 +236,13 @@
#elif CONFIG_KEYPAD == CREATIVEZVM_PAD
#define JPEG_ZOOM_IN BUTTON_PLAY
-#define JPEG_ZOOM_OUT BUTTON_SELECT
+#define JPEG_ZOOM_OUT BUTTON_CUSTOM
#define JPEG_UP BUTTON_UP
#define JPEG_DOWN BUTTON_DOWN
#define JPEG_LEFT BUTTON_LEFT
#define JPEG_RIGHT BUTTON_RIGHT
#define JPEG_MENU BUTTON_MENU
-#define JPEG_NEXT BUTTON_CUSTOM
+#define JPEG_NEXT BUTTON_SELECT
#define JPEG_PREVIOUS BUTTON_BACK
#else