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 28f854ba69..f7b8fce825 100644
--- a/apps/plugins/wormlet.c
+++ b/apps/plugins/wormlet.c
@@ -321,6 +321,16 @@ CONFIG_KEYPAD == MROBE500_PAD
321#define BTN_QUIT BUTTON_POWER 321#define BTN_QUIT BUTTON_POWER
322#define BTN_STOPRESET BUTTON_VOL_DOWN 322#define BTN_STOPRESET BUTTON_VOL_DOWN
323 323
324#elif CONFIG_KEYPAD == HM60X_PAD
325
326#define BTN_DIR_UP BUTTON_UP
327#define BTN_DIR_DOWN BUTTON_DOWN
328#define BTN_DIR_LEFT BUTTON_LEFT
329#define BTN_DIR_RIGHT BUTTON_RIGHT
330#define BTN_STARTPAUSE BUTTON_SELECT
331#define BTN_QUIT BUTTON_POWER
332#define BTN_STOPRESET (BUTTON_POWER|BUTTON_SELECT)
333
324#else 334#else
325#error No keymap defined! 335#error No keymap defined!
326#endif 336#endif