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 3324d6c507..037f4005a2 100644
--- a/apps/plugins/wormlet.c
+++ b/apps/plugins/wormlet.c
@@ -268,6 +268,16 @@ CONFIG_KEYPAD == MROBE500_PAD
268#define BTN_QUIT BUTTON_REC 268#define BTN_QUIT BUTTON_REC
269#define BTN_STOPRESET BUTTON_CANCEL 269#define BTN_STOPRESET BUTTON_CANCEL
270 270
271#elif CONFIG_KEYPAD == MPIO_HD200_PAD
272
273#define BTN_DIR_UP BUTTON_REC
274#define BTN_DIR_DOWN BUTTON_PLAY
275#define BTN_DIR_LEFT BUTTON_PREV
276#define BTN_DIR_RIGHT BUTTON_NEXT
277#define BTN_STARTPAUSE BUTTON_SELECT
278#define BTN_QUIT (BUTTON_REC|BUTTON_PLAY)
279#define BTN_STOPRESET (BUTTON_SELECT|BUTTON_REPEAT)
280
271#else 281#else
272#error No keymap defined! 282#error No keymap defined!
273#endif 283#endif