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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/plasma.c b/apps/plugins/plasma.c
index a172372da4..44c7add0dd 100644
--- a/apps/plugins/plasma.c
+++ b/apps/plugins/plasma.c
@@ -123,6 +123,9 @@ static int plasma_frequency;
123#define PLASMA_DECREASE_FREQUENCY BUTTON_DOWN 123#define PLASMA_DECREASE_FREQUENCY BUTTON_DOWN
124#define PLASMA_REGEN_COLORS BUTTON_SELECT 124#define PLASMA_REGEN_COLORS BUTTON_SELECT
125 125
126#elif (CONFIG_KEYPAD == ONDAVX747_PAD)
127#define PLASMA_QUIT BUTTON_POWER
128
126#endif 129#endif
127 130
128#ifdef HAVE_TOUCHSCREEN 131#ifdef HAVE_TOUCHSCREEN