summaryrefslogtreecommitdiff
path: root/apps/plugins/plasma.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/plasma.c')
-rw-r--r--apps/plugins/plasma.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/plasma.c b/apps/plugins/plasma.c
index f91242ed9f..adf7ab532a 100644
--- a/apps/plugins/plasma.c
+++ b/apps/plugins/plasma.c
@@ -170,6 +170,12 @@ static bool boosted = false;
170#define PLASMA_DECREASE_FREQUENCY BUTTON_DOWN 170#define PLASMA_DECREASE_FREQUENCY BUTTON_DOWN
171#define PLASMA_REGEN_COLORS BUTTON_PLAY 171#define PLASMA_REGEN_COLORS BUTTON_PLAY
172 172
173#elif CONFIG_KEYPAD == MPIO_HD200_PAD
174#define PLASMA_QUIT (BUTTON_REC|BUTTON_PLAY)
175#define PLASMA_INCREASE_FREQUENCY BUTTON_VOL_DOWN
176#define PLASMA_DECREASE_FREQUENCY BUTTON_VOL_UP
177#define PLASMA_REGEN_COLORS BUTTON_PLAY
178
173#endif 179#endif
174 180
175#ifdef HAVE_TOUCHSCREEN 181#ifdef HAVE_TOUCHSCREEN