summaryrefslogtreecommitdiff
path: root/apps/plugins/chopper.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/chopper.c')
-rw-r--r--apps/plugins/chopper.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/chopper.c b/apps/plugins/chopper.c
index df578ffcac..f140d841f2 100644
--- a/apps/plugins/chopper.c
+++ b/apps/plugins/chopper.c
@@ -198,6 +198,12 @@ CONFIG_KEYPAD == MROBE500_PAD
198#define ACTION BUTTON_PLAY 198#define ACTION BUTTON_PLAY
199#define ACTIONTEXT "PLAY" 199#define ACTIONTEXT "PLAY"
200 200
201#elif CONFIG_KEYPAD == CREATIVE_ZEN_PAD
202#define QUIT BUTTON_BACK
203#define ACTION BUTTON_SELECT
204#define ACTIONTEXT "Select"
205
206
201#elif !defined(HAVE_TOUCHSCREEN) 207#elif !defined(HAVE_TOUCHSCREEN)
202#error No keymap defined! 208#error No keymap defined!
203#endif 209#endif