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.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugins/plasma.c b/apps/plugins/plasma.c
index e1527e1907..22d67b6775 100644
--- a/apps/plugins/plasma.c
+++ b/apps/plugins/plasma.c
@@ -102,6 +102,13 @@ static int plasma_frequency;
102#elif (CONFIG_KEYPAD == COWOND2_PAD) 102#elif (CONFIG_KEYPAD == COWOND2_PAD)
103#define PLASMA_QUIT BUTTON_POWER 103#define PLASMA_QUIT BUTTON_POWER
104 104
105#elif (CONFIG_KEYPAD == IAUDIO67_PAD)
106#define PLASMA_QUIT BUTTON_POWER
107#define PLASMA_INCREASE_FREQUENCY BUTTON_RIGHT
108#define PLASMA_DECREASE_FREQUENCY BUTTON_LEFT
109#define PLASMA_RC_QUIT BUTTON_STOP
110#define PLASMA_REGEN_COLORS BUTTON_PLAY
111
105#endif 112#endif
106 113
107#ifdef HAVE_TOUCHSCREEN 114#ifdef HAVE_TOUCHSCREEN