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 fde3b7583c..3e27cbb053 100644
--- a/apps/plugins/cube.c
+++ b/apps/plugins/cube.c
@@ -215,6 +215,16 @@ PLUGIN_HEADER
215#define CUBE_PAUSE BUTTON_PLAY 215#define CUBE_PAUSE BUTTON_PLAY
216#define CUBE_HIGHSPEED BUTTON_STOP 216#define CUBE_HIGHSPEED BUTTON_STOP
217 217
218#elif CONFIG_KEYPAD == CREATIVEZVM_PAD
219#define CUBE_QUIT BUTTON_BACK
220#define CUBE_NEXT BUTTON_RIGHT
221#define CUBE_PREV BUTTON_LEFT
222#define CUBE_INC BUTTON_UP
223#define CUBE_DEC BUTTON_DOWN
224#define CUBE_MODE BUTTON_MENU
225#define CUBE_PAUSE BUTTON_PLAY
226#define CUBE_HIGHSPEED BUTTON_SELECT
227
218#else 228#else
219#error No keymap defined! 229#error No keymap defined!
220#endif 230#endif