summaryrefslogtreecommitdiff
path: root/apps/plugins/wormlet.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/wormlet.c')
-rw-r--r--apps/plugins/wormlet.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/plugins/wormlet.c b/apps/plugins/wormlet.c
index 443ef4367e..0c4e6f9e7a 100644
--- a/apps/plugins/wormlet.c
+++ b/apps/plugins/wormlet.c
@@ -234,6 +234,16 @@ static long max_cycle;
234#define BTN_QUIT BUTTON_POWER 234#define BTN_QUIT BUTTON_POWER
235#define BTN_STOPRESET BUTTON_VIEW 235#define BTN_STOPRESET BUTTON_VIEW
236 236
237#elif CONFIG_KEYPAD == PHILIPS_HDD6330_PAD
238
239#define BTN_DIR_UP BUTTON_UP
240#define BTN_DIR_DOWN BUTTON_DOWN
241#define BTN_DIR_LEFT BUTTON_PREV
242#define BTN_DIR_RIGHT BUTTON_NEXT
243#define BTN_STARTPAUSE BUTTON_MENU
244#define BTN_QUIT BUTTON_POWER
245#define BTN_STOPRESET BUTTON_RIGHT
246
237#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD 247#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD
238 248
239#define BTN_DIR_UP BUTTON_UP 249#define BTN_DIR_UP BUTTON_UP