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.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugins/pegbox.c b/apps/plugins/pegbox.c
index e267b395d2..4692a1a766 100644
--- a/apps/plugins/pegbox.c
+++ b/apps/plugins/pegbox.c
@@ -621,6 +621,13 @@ CONFIG_KEYPAD == MROBE500_PAD
621 621
622#define QUIT_TEXT "Power" 622#define QUIT_TEXT "Power"
623 623
624#elif CONFIG_KEYPAD == CREATIVE_ZENXFI2_PAD
625#define PEGBOX_QUIT BUTTON_POWER
626#define PEGBOX_SELECT BUTTON_MENU
627
628#define QUIT_TEXT "POWER"
629#define SELECT_TEXT "MENU"
630
624#else 631#else
625#error Unsupported keymap! 632#error Unsupported keymap!
626#endif 633#endif