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.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/cube.c b/apps/plugins/cube.c
index 2ad25508da..2f100b2f79 100644
--- a/apps/plugins/cube.c
+++ b/apps/plugins/cube.c
@@ -237,6 +237,10 @@ PLUGIN_HEADER
237#define CUBE_MODE BUTTON_MENU 237#define CUBE_MODE BUTTON_MENU
238#define CUBE_PAUSE BUTTON_SELECT 238#define CUBE_PAUSE BUTTON_SELECT
239#define CUBE_HIGHSPEED BUTTON_VIEW 239#define CUBE_HIGHSPEED BUTTON_VIEW
240
241#elif CONFIG_KEYPAD == ONDAVX747_PAD
242#define CUBE_QUIT BUTTON_POWER
243
240#else 244#else
241#error No keymap defined! 245#error No keymap defined!
242#endif 246#endif