summaryrefslogtreecommitdiff
path: root/apps/plugins/mosaique.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mosaique.c')
-rw-r--r--apps/plugins/mosaique.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/mosaique.c b/apps/plugins/mosaique.c
index bd1eade7f0..8163685366 100644
--- a/apps/plugins/mosaique.c
+++ b/apps/plugins/mosaique.c
@@ -122,6 +122,11 @@ PLUGIN_HEADER
122#define MOSAIQUE_SPEED BUTTON_RC_MENU 122#define MOSAIQUE_SPEED BUTTON_RC_MENU
123#define MOSAIQUE_RESTART BUTTON_RC_PLAY 123#define MOSAIQUE_RESTART BUTTON_RC_PLAY
124 124
125#elif CONFIG_KEYPAD == COWOND2_PAD
126#define MOSAIQUE_QUIT BUTTON_POWER
127#define MOSAIQUE_SPEED BUTTON_RIGHT
128#define MOSAIQUE_RESTART BUTTON_MENU
129
125#else 130#else
126#error No keymap defined! 131#error No keymap defined!
127#endif 132#endif