summaryrefslogtreecommitdiff
path: root/apps/plugins/viewer.c
diff options
context:
space:
mode:
authorRobert Menes <rmenes@rockbox.org>2009-12-03 23:13:45 +0000
committerRobert Menes <rmenes@rockbox.org>2009-12-03 23:13:45 +0000
commit29d20d806838ca3a3691f723bdb0eaeefb480c5d (patch)
treee27b1b07b2c9fca77a5767c701dce06db7ee7106 /apps/plugins/viewer.c
parentf6a92b8e718a998b0a673ba39a01de90e1c73c82 (diff)
downloadrockbox-29d20d806838ca3a3691f723bdb0eaeefb480c5d.tar.gz
rockbox-29d20d806838ca3a3691f723bdb0eaeefb480c5d.zip
Another round of plugin keymaps for the Philips GoGear SA9200.
Just a few more to go... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23838 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/viewer.c')
-rw-r--r--apps/plugins/viewer.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c
index 4d83dd0cc0..5b84c08694 100644
--- a/apps/plugins/viewer.c
+++ b/apps/plugins/viewer.c
@@ -324,6 +324,16 @@ PLUGIN_HEADER
324#define VIEWER_MENU BUTTON_MENU 324#define VIEWER_MENU BUTTON_MENU
325#define VIEWER_AUTOSCROLL BUTTON_VIEW 325#define VIEWER_AUTOSCROLL BUTTON_VIEW
326 326
327/* Philips SA9200 keys */
328#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD
329#define VIEWER_QUIT BUTTON_POWER
330#define VIEWER_PAGE_UP BUTTON_UP
331#define VIEWER_PAGE_DOWN BUTTON_DOWN
332#define VIEWER_SCREEN_LEFT BUTTON_PREV
333#define VIEWER_SCREEN_RIGHT BUTTON_NEXT
334#define VIEWER_MENU BUTTON_MENU
335#define VIEWER_AUTOSCROLL BUTTON_PLAY
336
327/* Onda VX747 keys */ 337/* Onda VX747 keys */
328#elif CONFIG_KEYPAD == ONDAVX747_PAD 338#elif CONFIG_KEYPAD == ONDAVX747_PAD
329#define VIEWER_QUIT BUTTON_POWER 339#define VIEWER_QUIT BUTTON_POWER