summaryrefslogtreecommitdiff
path: root/apps/plugins/chopper.c
diff options
context:
space:
mode:
authorMarcin Bukat <marcin.bukat@gmail.com>2012-02-02 14:42:42 +0100
committerMarcin Bukat <marcin.bukat@gmail.com>2012-02-02 14:55:51 +0100
commit5863361fbfcef39c2b3d9a3b5520e7a770fa04cb (patch)
tree1ebff817c2bcb8558ae5253454b3043eda57997e /apps/plugins/chopper.c
parent3511435ee321b38c0d9d86d88d0c6e6a25a1c427 (diff)
MPIOs: keymap tweaks
Change-Id: Ic96900c83ffb90df4f6c68a26238f0543cba61cd
Diffstat (limited to 'apps/plugins/chopper.c')
-rw-r--r--apps/plugins/chopper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/chopper.c b/apps/plugins/chopper.c
index b2c3653aeb..29c91407c2 100644
--- a/apps/plugins/chopper.c
+++ b/apps/plugins/chopper.c
@@ -171,7 +171,7 @@ CONFIG_KEYPAD == MROBE500_PAD
#define ACTIONTEXT "FUNC"
#elif CONFIG_KEYPAD == MPIO_HD300_PAD
-#define QUIT BUTTON_REC
+#define QUIT (BUTTON_MENU|BUTTON_REPEAT)
#define ACTION BUTTON_ENTER
#define ACTIONTEXT "ENTER"