summaryrefslogtreecommitdiff
path: root/apps/gui/select.h
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-01-12 00:35:50 +0000
committerDave Chapman <dave@dchapman.com>2006-01-12 00:35:50 +0000
commitd83e929f3fc369a5981e1e40e1c5307169a46cfc (patch)
treeac323ca5811374a030a1b65bb77fc7ccc163db04 /apps/gui/select.h
parent8d130684214d23a9163810d1dacc33d108f2338a (diff)
downloadrockbox-d83e929f3fc369a5981e1e40e1c5307169a46cfc.tar.gz
rockbox-d83e929f3fc369a5981e1e40e1c5307169a46cfc.zip
Work-in-progress iriver iFP-7xx port by Tomasz Malesinski
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8342 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/select.h')
-rw-r--r--apps/gui/select.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/gui/select.h b/apps/gui/select.h
index b6a9afd55c..3f6dd1413b 100644
--- a/apps/gui/select.h
+++ b/apps/gui/select.h
@@ -61,6 +61,14 @@
61#define SELECT_OK2 BUTTON_RIGHT 61#define SELECT_OK2 BUTTON_RIGHT
62#define SELECT_CANCEL BUTTON_MENU 62#define SELECT_CANCEL BUTTON_MENU
63 63
64#elif CONFIG_KEYPAD == IRIVER_IFP7XX_PAD
65#define SELECT_INC BUTTON_UP
66#define SELECT_DEC BUTTON_DOWN
67#define SELECT_OK BUTTON_RIGHT
68#define SELECT_OK2 BUTTON_LEFT
69#define SELECT_CANCEL BUTTON_PLAY
70#define SELECT_CANCEL2 BUTTON_MODE
71
64#elif CONFIG_KEYPAD == ONDIO_PAD 72#elif CONFIG_KEYPAD == ONDIO_PAD
65#define SELECT_INC BUTTON_UP 73#define SELECT_INC BUTTON_UP
66#define SELECT_DEC BUTTON_DOWN 74#define SELECT_DEC BUTTON_DOWN