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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/wormlet.c b/apps/plugins/wormlet.c
index c09ef48bdc..abdb6a4725 100644
--- a/apps/plugins/wormlet.c
+++ b/apps/plugins/wormlet.c
@@ -54,7 +54,7 @@ static long max_cycle;
54#define BTN_DIR_LEFT BUTTON_LEFT 54#define BTN_DIR_LEFT BUTTON_LEFT
55#define BTN_DIR_RIGHT BUTTON_RIGHT 55#define BTN_DIR_RIGHT BUTTON_RIGHT
56#define BTN_STARTPAUSE (BUTTON_SELECT|BUTTON_REL) 56#define BTN_STARTPAUSE (BUTTON_SELECT|BUTTON_REL)
57#define BTN_QUIT (BUTTON_SELECT|BUTTON_MENU) 57#define BTN_QUIT (BUTTON_SELECT|BUTTON_REPEAT)
58#define BTN_STOPRESET (BUTTON_SELECT|BUTTON_PLAY) 58#define BTN_STOPRESET (BUTTON_SELECT|BUTTON_PLAY)
59 59
60#elif (CONFIG_KEYPAD == IRIVER_H300_PAD) || (CONFIG_KEYPAD == IRIVER_H100_PAD) 60#elif (CONFIG_KEYPAD == IRIVER_H300_PAD) || (CONFIG_KEYPAD == IRIVER_H100_PAD)