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.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/plugins/cube.c b/apps/plugins/cube.c
index 5f4a0f6a69..7e97eaf569 100644
--- a/apps/plugins/cube.c
+++ b/apps/plugins/cube.c
@@ -319,6 +319,16 @@
319#define CUBE_PAUSE BUTTON_PLAYPAUSE 319#define CUBE_PAUSE BUTTON_PLAYPAUSE
320#define CUBE_HIGHSPEED BUTTON_BACK 320#define CUBE_HIGHSPEED BUTTON_BACK
321 321
322#elif CONFIG_KEYPAD == SANSA_CONNECT_PAD
323#define CUBE_QUIT BUTTON_POWER
324#define CUBE_NEXT BUTTON_NEXT
325#define CUBE_PREV BUTTON_PREV
326#define CUBE_INC BUTTON_VOL_UP
327#define CUBE_DEC BUTTON_VOL_DOWN
328#define CUBE_MODE BUTTON_SELECT
329#define CUBE_PAUSE BUTTON_DOWN
330#define CUBE_HIGHSPEED BUTTON_LEFT
331
322#else 332#else
323#error No keymap defined! 333#error No keymap defined!
324#endif 334#endif