summaryrefslogtreecommitdiff
path: root/apps/gui/select.h
diff options
context:
space:
mode:
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 3f6dd1413b..00c05c8d58 100644
--- a/apps/gui/select.h
+++ b/apps/gui/select.h
@@ -85,6 +85,14 @@
85#define SELECT_CANCEL BUTTON_OFF 85#define SELECT_CANCEL BUTTON_OFF
86#define SELECT_CANCEL2 BUTTON_MENU 86#define SELECT_CANCEL2 BUTTON_MENU
87 87
88#elif CONFIG_KEYPAD == IAUDIO_X5_PAD
89#define SELECT_INC BUTTON_UP
90#define SELECT_DEC BUTTON_DOWN
91#define SELECT_OK BUTTON_MENU
92#define SELECT_OK2 BUTTON_LEFT
93#define SELECT_CANCEL BUTTON_PLAY
94#define SELECT_CANCEL2 BUTTON_POWER
95
88#endif 96#endif
89 97
90struct gui_select 98struct gui_select