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 1217ea75ac..67cb9ee760 100644
--- a/apps/plugins/chopper.c
+++ b/apps/plugins/chopper.c
@@ -157,6 +157,11 @@ CONFIG_KEYPAD == MROBE500_PAD
157#define ACTION2 BUTTON_UP 157#define ACTION2 BUTTON_UP
158#define ACTIONTEXT "PLAY" 158#define ACTIONTEXT "PLAY"
159 159
160#elif CONFIG_KEYPAD == MPIO_HD200_PAD
161#define QUIT (BUTTON_REC|BUTTON_PLAY)
162#define ACTION BUTTON_SELECT
163#define ACTIONTEXT "SELECT"
164
160#else 165#else
161#error No keymap defined! 166#error No keymap defined!
162#endif 167#endif