diff options
Diffstat (limited to 'apps/plugins/cube.c')
| -rw-r--r-- | apps/plugins/cube.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/plugins/cube.c b/apps/plugins/cube.c index de548ce..5331d53 100644 --- a/apps/plugins/cube.c +++ b/apps/plugins/cube.c @@ -380,6 +380,16 @@ #define CUBE_PAUSE BUTTON_PLAY #define CUBE_HIGHSPEED (BUTTON_POWER|BUTTON_DOWN) +#elif (CONFIG_KEYPAD == CREATIVE_ZEN_PAD) +#define CUBE_QUIT BUTTON_BACK +#define CUBE_NEXT BUTTON_RIGHT +#define CUBE_PREV BUTTON_LEFT +#define CUBE_INC BUTTON_UP +#define CUBE_DEC BUTTON_DOWN +#define CUBE_MODE BUTTON_MENU +#define CUBE_PAUSE BUTTON_PLAYPAUSE +#define CUBE_HIGHSPEED BUTTON_SHORTCUT + #else #error No keymap defined! #endif |