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 00287eb0b8..294747ffe4 100644
--- a/apps/plugins/plasma.c
+++ b/apps/plugins/plasma.c
@@ -130,6 +130,12 @@ static int plasma_frequency;
130#elif (CONFIG_KEYPAD == ONDAVX747_PAD) 130#elif (CONFIG_KEYPAD == ONDAVX747_PAD)
131#define PLASMA_QUIT BUTTON_POWER 131#define PLASMA_QUIT BUTTON_POWER
132 132
133#elif CONFIG_KEYPAD == SAMSUNG_YH_PAD
134#define PLASMA_QUIT BUTTON_PLAY
135#define PLASMA_INCREASE_FREQUENCY BUTTON_UP
136#define PLASMA_DECREASE_FREQUENCY BUTTON_DOWN
137#define PLASMA_REGEN_COLORS BUTTON_LEFT
138
133#endif 139#endif
134 140
135#ifdef HAVE_TOUCHSCREEN 141#ifdef HAVE_TOUCHSCREEN