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.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/plugins/wormlet.c b/apps/plugins/wormlet.c
index d3db768535..d76f6a7d5a 100644
--- a/apps/plugins/wormlet.c
+++ b/apps/plugins/wormlet.c
@@ -398,6 +398,15 @@ CONFIG_KEYPAD == MROBE500_PAD
398#define BTN_QUIT BUTTON_POWER 398#define BTN_QUIT BUTTON_POWER
399#define BTN_STOPRESET BUTTON_BACK 399#define BTN_STOPRESET BUTTON_BACK
400 400
401#elif CONFIG_KEYPAD == FIIO_M3K_PAD
402#define BTN_DIR_UP BUTTON_UP
403#define BTN_DIR_DOWN BUTTON_DOWN
404#define BTN_DIR_LEFT BUTTON_LEFT
405#define BTN_DIR_RIGHT BUTTON_RIGHT
406#define BTN_STARTPAUSE BUTTON_PLAY
407#define BTN_QUIT BUTTON_POWER
408#define BTN_STOPRESET BUTTON_BACK
409
401#else 410#else
402#error No keymap defined! 411#error No keymap defined!
403#endif 412#endif