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 a304058d20..036dbb474c 100644
--- a/apps/plugins/plasma.c
+++ b/apps/plugins/plasma.c
@@ -109,6 +109,12 @@ static int plasma_frequency;
109#define PLASMA_RC_QUIT BUTTON_STOP 109#define PLASMA_RC_QUIT BUTTON_STOP
110#define PLASMA_REGEN_COLORS BUTTON_PLAY 110#define PLASMA_REGEN_COLORS BUTTON_PLAY
111 111
112#elif CONFIG_KEYPAD == CREATIVEZVM_PAD
113#define PLASMA_QUIT BUTTON_BACK
114#define PLASMA_INCREASE_FREQUENCY BUTTON_UP
115#define PLASMA_DECREASE_FREQUENCY BUTTON_DOWN
116#define PLASMA_REGEN_COLORS BUTTON_PLAY
117
112#endif 118#endif
113 119
114#ifdef HAVE_TOUCHSCREEN 120#ifdef HAVE_TOUCHSCREEN