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.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/pegbox.c b/apps/plugins/pegbox.c
index fc0019fc26..1048138136 100644
--- a/apps/plugins/pegbox.c
+++ b/apps/plugins/pegbox.c
@@ -616,6 +616,11 @@ CONFIG_KEYPAD == MROBE500_PAD
616#define LVL_DOWN_TEXT "PLAY/PAUSE" 616#define LVL_DOWN_TEXT "PLAY/PAUSE"
617#define SELECT_TEXT "SELECT" 617#define SELECT_TEXT "SELECT"
618 618
619#elif CONFIG_KEYPAD == DX50_PAD
620#define PEGBOX_QUIT BUTTON_POWER
621
622#define QUIT_TEXT "Power"
623
619#else 624#else
620#error Unsupported keymap! 625#error Unsupported keymap!
621#endif 626#endif