diff options
Diffstat (limited to 'apps/plugins')
| -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 134d7f5..5f4a0f6 100644 --- a/apps/plugins/cube.c +++ b/apps/plugins/cube.c @@ -309,6 +309,16 @@ #define CUBE_PAUSE BUTTON_PLAY #define CUBE_HIGHSPEED BUTTON_ENTER +#elif CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD +#define CUBE_QUIT BUTTON_POWER +#define CUBE_NEXT BUTTON_RIGHT +#define CUBE_PREV BUTTON_LEFT +#define CUBE_INC BUTTON_UP +#define CUBE_DEC BUTTON_DOWN +#define CUBE_MODE BUTTON_SELECT +#define CUBE_PAUSE BUTTON_PLAYPAUSE +#define CUBE_HIGHSPEED BUTTON_BACK + #else #error No keymap defined! #endif |