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.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/chopper.c b/apps/plugins/chopper.c
index 594c4e48bd..67fec2ed38 100644
--- a/apps/plugins/chopper.c
+++ b/apps/plugins/chopper.c
@@ -123,6 +123,12 @@ Still To do:
123#define ACTION2 BUTTON_MENU 123#define ACTION2 BUTTON_MENU
124#define ACTIONTEXT "UP" 124#define ACTIONTEXT "UP"
125 125
126#elif CONFIG_KEYPAD == PHILIPS_HDD1630_PAD
127#define QUIT BUTTON_POWER
128#define ACTION BUTTON_MENU
129#define ACTION2 BUTTON_SELECT
130#define ACTIONTEXT "MENU"
131
126#else 132#else
127#error No keymap defined! 133#error No keymap defined!
128#endif 134#endif