summaryrefslogtreecommitdiff
path: root/apps/plugins/star.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/star.c')
-rw-r--r--apps/plugins/star.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/star.c b/apps/plugins/star.c
index c7e685e2c5..3560c077f5 100644
--- a/apps/plugins/star.c
+++ b/apps/plugins/star.c
@@ -601,6 +601,12 @@
#define STAR_QUIT BUTTON_POWER
#define STAR_QUIT_NAME "Power"
+#elif CONFIG_KEYPAD == CREATIVE_ZENXFI2_PAD
+#define STAR_QUIT BUTTON_POWER
+#define STAR_QUIT_NAME "POWER"
+#define STAR_TOGGLE_CONTROL BUTTON_MENU
+#define STAR_TOGGLE_CONTROL_NAME "MENU"
+
#else
#error No keymap defined!
#endif