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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/chopper.c b/apps/plugins/chopper.c
index 71ea8f835f..d819da421b 100644
--- a/apps/plugins/chopper.c
+++ b/apps/plugins/chopper.c
@@ -97,7 +97,8 @@ Still To do:
97#define ACTION2 BUTTON_MENU 97#define ACTION2 BUTTON_MENU
98#define ACTIONTEXT "UP" 98#define ACTIONTEXT "UP"
99 99
100#elif CONFIG_KEYPAD == GIGABEAT_S_PAD 100#elif CONFIG_KEYPAD == GIGABEAT_S_PAD \
101 || CONFIG_KEYPAD == SAMSUNG_YPR0_PAD
101#define QUIT BUTTON_BACK 102#define QUIT BUTTON_BACK
102#define ACTION BUTTON_SELECT 103#define ACTION BUTTON_SELECT
103#define ACTION2 BUTTON_MENU 104#define ACTION2 BUTTON_MENU