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 155567958d..3d24f7fa19 100644
--- a/apps/plugins/wormlet.c
+++ b/apps/plugins/wormlet.c
@@ -290,6 +290,16 @@ CONFIG_KEYPAD == MROBE500_PAD
290#define BTN_QUIT (BUTTON_REC|BUTTON_PLAY) 290#define BTN_QUIT (BUTTON_REC|BUTTON_PLAY)
291#define BTN_STOPRESET (BUTTON_FUNC|BUTTON_REPEAT) 291#define BTN_STOPRESET (BUTTON_FUNC|BUTTON_REPEAT)
292 292
293#elif CONFIG_KEYPAD == MPIO_HD300_PAD
294
295#define BTN_DIR_UP BUTTON_UP
296#define BTN_DIR_DOWN BUTTON_DOWN
297#define BTN_DIR_LEFT BUTTON_MENU
298#define BTN_DIR_RIGHT BUTTON_ENTER
299#define BTN_STARTPAUSE BUTTON_PLAY
300#define BTN_QUIT BUTTON_REC
301#define BTN_STOPRESET (BUTTON_MENU | BUTTON_REPEAT)
302
293#else 303#else
294#error No keymap defined! 304#error No keymap defined!
295#endif 305#endif