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.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/plugins/star.c b/apps/plugins/star.c
index 104a43301f..0ba6f73f8b 100644
--- a/apps/plugins/star.c
+++ b/apps/plugins/star.c
@@ -233,6 +233,19 @@ PLUGIN_HEADER
233#define STAR_QUIT_NAME "[POWER]" 233#define STAR_QUIT_NAME "[POWER]"
234#define STAR_MENU_RUN BUTTON_MENU 234#define STAR_MENU_RUN BUTTON_MENU
235 235
236#elif CONFIG_KEYPAD == CREATIVEZVM_PAD
237
238#define STAR_QUIT BUTTON_BACK
239#define STAR_LEFT BUTTON_LEFT
240#define STAR_RIGHT BUTTON_RIGHT
241#define STAR_UP BUTTON_UP
242#define STAR_DOWN BUTTON_DOWN
243#define STAR_TOGGLE_CONTROL BUTTON_PLAY
244#define STAR_LEVEL_UP (BUTTON_CUSTOM | BUTTON_UP)
245#define STAR_LEVEL_DOWN (BUTTON_CUSTOM | BUTTON_DOWN)
246#define STAR_LEVEL_REPEAT (BUTTON_CUSTOM | BUTTON_RIGHT)
247#define STAR_MENU_RUN BUTTON_MENU
248
236#else 249#else
237#error No keymap defined! 250#error No keymap defined!
238#endif 251#endif