summaryrefslogtreecommitdiff
path: root/apps/plugins/cube.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/cube.c')
-rw-r--r--apps/plugins/cube.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/plugins/cube.c b/apps/plugins/cube.c
index 5331d531db..09993204cd 100644
--- a/apps/plugins/cube.c
+++ b/apps/plugins/cube.c
@@ -390,6 +390,14 @@
390#define CUBE_PAUSE BUTTON_PLAYPAUSE 390#define CUBE_PAUSE BUTTON_PLAYPAUSE
391#define CUBE_HIGHSPEED BUTTON_SHORTCUT 391#define CUBE_HIGHSPEED BUTTON_SHORTCUT
392 392
393#elif (CONFIG_KEYPAD == DX50_PAD)
394#define CUBE_QUIT (BUTTON_POWER|BUTTON_REL)
395#define CUBE_NEXT BUTTON_RIGHT
396#define CUBE_PREV BUTTON_LEFT
397#define CUBE_INC BUTTON_VOL_UP
398#define CUBE_DEC BUTTON_VOL_DOWN
399#define CUBE_MODE BUTTON_PLAY
400
393#else 401#else
394#error No keymap defined! 402#error No keymap defined!
395#endif 403#endif