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 81b79c73ac..1bb0044c07 100644
--- a/apps/plugins/mosaique.c
+++ b/apps/plugins/mosaique.c
@@ -140,6 +140,11 @@ PLUGIN_HEADER
140#define MOSAIQUE_SPEED BUTTON_SELECT 140#define MOSAIQUE_SPEED BUTTON_SELECT
141#define MOSAIQUE_RESTART BUTTON_PLAY 141#define MOSAIQUE_RESTART BUTTON_PLAY
142 142
143#elif CONFIG_KEYPAD == PHILIPS_HDD1630_PAD
144#define MOSAIQUE_QUIT BUTTON_POWER
145#define MOSAIQUE_SPEED BUTTON_VIEW
146#define MOSAIQUE_RESTART BUTTON_MENU
147
143#else 148#else
144#error No keymap defined! 149#error No keymap defined!
145#endif 150#endif