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 aadeb18deb..f93e08eaba 100644
--- a/apps/plugins/plasma.c
+++ b/apps/plugins/plasma.c
@@ -130,6 +130,12 @@ static bool boosted = false;
130#define PLASMA_DECREASE_FREQUENCY BUTTON_DOWN 130#define PLASMA_DECREASE_FREQUENCY BUTTON_DOWN
131#define PLASMA_REGEN_COLORS BUTTON_SELECT 131#define PLASMA_REGEN_COLORS BUTTON_SELECT
132 132
133#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD
134#define PLASMA_QUIT BUTTON_POWER
135#define PLASMA_INCREASE_FREQUENCY BUTTON_UP
136#define PLASMA_DECREASE_FREQUENCY BUTTON_DOWN
137#define PLASMA_REGEN_COLORS BUTTON_PLAY
138
133#elif (CONFIG_KEYPAD == ONDAVX747_PAD) 139#elif (CONFIG_KEYPAD == ONDAVX747_PAD)
134#define PLASMA_QUIT BUTTON_POWER 140#define PLASMA_QUIT BUTTON_POWER
135 141