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 5a897be086..3324d6c507 100644
--- a/apps/plugins/wormlet.c
+++ b/apps/plugins/wormlet.c
@@ -258,6 +258,16 @@ CONFIG_KEYPAD == MROBE500_PAD
258#define BTN_QUIT BUTTON_FFWD 258#define BTN_QUIT BUTTON_FFWD
259#define BTN_STOPRESET BUTTON_REW 259#define BTN_STOPRESET BUTTON_REW
260 260
261#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
262
263#define BTN_DIR_UP BUTTON_UP
264#define BTN_DIR_DOWN BUTTON_DOWN
265#define BTN_DIR_LEFT BUTTON_PREV
266#define BTN_DIR_RIGHT BUTTON_NEXT
267#define BTN_STARTPAUSE BUTTON_PLAY
268#define BTN_QUIT BUTTON_REC
269#define BTN_STOPRESET BUTTON_CANCEL
270
261#else 271#else
262#error No keymap defined! 272#error No keymap defined!
263#endif 273#endif