summaryrefslogtreecommitdiff
path: root/apps/plugins/imageviewer/imageviewer.h
diff options
context:
space:
mode:
authorRobert Menes <rmenes@rockbox.org>2010-11-03 02:45:53 +0000
committerRobert Menes <rmenes@rockbox.org>2010-11-03 02:45:53 +0000
commitc638e96738d97f83c3967d72c1a03609ca2f7c5f (patch)
tree6ffadb68e4b0e341a2c54978c955df126d2a5479 /apps/plugins/imageviewer/imageviewer.h
parent63f68b482ac794e4ee177e30ec83eb7038e5fba5 (diff)
downloadrockbox-c638e96738d97f83c3967d72c1a03609ca2f7c5f.tar.gz
rockbox-c638e96738d97f83c3967d72c1a03609ca2f7c5f.zip
These should be the last of the plugin keymaps required
for the GoGear HDD6330. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28467 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/imageviewer/imageviewer.h')
-rw-r--r--apps/plugins/imageviewer/imageviewer.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/plugins/imageviewer/imageviewer.h b/apps/plugins/imageviewer/imageviewer.h
index 3e4e16a9aa..da2bbfe45c 100644
--- a/apps/plugins/imageviewer/imageviewer.h
+++ b/apps/plugins/imageviewer/imageviewer.h
@@ -276,6 +276,18 @@
276#define IMGVIEW_MENU BUTTON_MENU 276#define IMGVIEW_MENU BUTTON_MENU
277#define IMGVIEW_QUIT BUTTON_POWER 277#define IMGVIEW_QUIT BUTTON_POWER
278 278
279#elif CONFIG_KEYPAD == PHILIPS_HDD6330_PAD
280#define IMGVIEW_ZOOM_IN BUTTON_VOL_UP
281#define IMGVIEW_ZOOM_OUT BUTTON_VOL_DOWN
282#define IMGVIEW_UP BUTTON_UP
283#define IMGVIEW_DOWN BUTTON_DOWN
284#define IMGVIEW_LEFT BUTTON_LEFT
285#define IMGVIEW_RIGHT BUTTON_RIGHT
286#define IMGVIEW_NEXT BUTTON_NEXT
287#define IMGVIEW_PREVIOUS BUTTON_PREV
288#define IMGVIEW_MENU BUTTON_MENU
289#define IMGVIEW_QUIT BUTTON_POWER
290
279#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD 291#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD
280#define IMGVIEW_ZOOM_IN BUTTON_VOL_UP 292#define IMGVIEW_ZOOM_IN BUTTON_VOL_UP
281#define IMGVIEW_ZOOM_OUT BUTTON_VOL_DOWN 293#define IMGVIEW_ZOOM_OUT BUTTON_VOL_DOWN