summaryrefslogtreecommitdiff
path: root/apps/plugins/pegbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pegbox.c')
-rw-r--r--apps/plugins/pegbox.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/apps/plugins/pegbox.c b/apps/plugins/pegbox.c
index 72b9f70c87..feaf543ae6 100644
--- a/apps/plugins/pegbox.c
+++ b/apps/plugins/pegbox.c
@@ -399,6 +399,25 @@ CONFIG_KEYPAD == MROBE500_PAD
399#define LVL_DOWN_TEXT "REW" 399#define LVL_DOWN_TEXT "REW"
400#define SELECT_TEXT "PLAY" 400#define SELECT_TEXT "PLAY"
401 401
402#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
403#define PEGBOX_SAVE (BUTTON_REC|BUTTON_OK)
404#define PEGBOX_QUIT BUTTON_REC
405#define PEGBOX_RESTART BUTTON_MENU
406#define PEGBOX_LVL_UP BUTTON_OK
407#define PEGBOX_LVL_DOWN BUTTON_CANCEL
408#define PEGBOX_UP BUTTON_UP
409#define PEGBOX_DOWN BUTTON_DOWN
410#define PEGBOX_RIGHT BUTTON_NEXT
411#define PEGBOX_LEFT BUTTON_PREV
412#define PEGBOX_SELECT BUTTON_PLAY
413
414#define SAVE_TEXT "REC + OK"
415#define QUIT_TEXT "REC"
416#define RESTART_TEXT "MENU"
417#define LVL_UP_TEXT "OK"
418#define LVL_DOWN_TEXT "CANCEL"
419#define SELECT_TEXT "PLAY"
420
402#else 421#else
403#error Unsupported keymap! 422#error Unsupported keymap!
404#endif 423#endif