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 e0959c6..fce7232 100644
--- a/apps/plugins/chopper.c
+++ b/apps/plugins/chopper.c
@@ -168,6 +168,11 @@ CONFIG_KEYPAD == MROBE500_PAD
#define ACTION BUTTON_FUNC
#define ACTIONTEXT "FUNC"
+#elif CONFIG_KEYPAD == MPIO_HD300_PAD
+#define QUIT BUTTON_REC
+#define ACTION BUTTON_ENTER
+#define ACTIONTEXT "ENTER"
+
#else
#error No keymap defined!
#endif