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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/wormlet.c b/apps/plugins/wormlet.c
index 016c4ad31b..f1834aade5 100644
--- a/apps/plugins/wormlet.c
+++ b/apps/plugins/wormlet.c
@@ -180,7 +180,8 @@ static long max_cycle;
180#define BTN_QUIT BUTTON_POWER 180#define BTN_QUIT BUTTON_POWER
181#define BTN_STOPRESET BUTTON_REW 181#define BTN_STOPRESET BUTTON_REW
182 182
183#elif (CONFIG_KEYPAD == GIGABEAT_S_PAD) 183#elif (CONFIG_KEYPAD == GIGABEAT_S_PAD) || \
184 (CONFIG_KEYPAD == SAMSUNG_YPR0_PAD)
184 185
185#define BTN_DIR_UP BUTTON_UP 186#define BTN_DIR_UP BUTTON_UP
186#define BTN_DIR_DOWN BUTTON_DOWN 187#define BTN_DIR_DOWN BUTTON_DOWN