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 3c47633..4a838c4 100644
--- a/apps/plugins/chopper.c
+++ b/apps/plugins/chopper.c
@@ -204,6 +204,11 @@ CONFIG_KEYPAD == MROBE500_PAD
#define ACTION BUTTON_SELECT
#define ACTIONTEXT "Select"
+#elif CONFIG_KEYPAD == AGPTEK_ROCKER_PAD
+#define QUIT BUTTON_POWER
+#define ACTION BUTTON_SELECT
+#define ACTIONTEXT "Select"
+
#elif !defined(HAVE_TOUCHSCREEN)
#error No keymap defined!