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.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/chopper.c b/apps/plugins/chopper.c
index db836e5393..df578ffcac 100644
--- a/apps/plugins/chopper.c
+++ b/apps/plugins/chopper.c
@@ -193,6 +193,11 @@ CONFIG_KEYPAD == MROBE500_PAD
193#define ACTION BUTTON_SELECT 193#define ACTION BUTTON_SELECT
194#define ACTIONTEXT "SELECT" 194#define ACTIONTEXT "SELECT"
195 195
196#elif CONFIG_KEYPAD == SONY_NWZ_PAD
197#define QUIT BUTTON_BACK
198#define ACTION BUTTON_PLAY
199#define ACTIONTEXT "PLAY"
200
196#elif !defined(HAVE_TOUCHSCREEN) 201#elif !defined(HAVE_TOUCHSCREEN)
197#error No keymap defined! 202#error No keymap defined!
198#endif 203#endif