diff options
Diffstat (limited to 'apps/plugins/plasma.c')
| -rw-r--r-- | apps/plugins/plasma.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/plasma.c b/apps/plugins/plasma.c index 00287eb..294747f 100644 --- a/apps/plugins/plasma.c +++ b/apps/plugins/plasma.c @@ -130,6 +130,12 @@ static int plasma_frequency; #elif (CONFIG_KEYPAD == ONDAVX747_PAD) #define PLASMA_QUIT BUTTON_POWER +#elif CONFIG_KEYPAD == SAMSUNG_YH_PAD +#define PLASMA_QUIT BUTTON_PLAY +#define PLASMA_INCREASE_FREQUENCY BUTTON_UP +#define PLASMA_DECREASE_FREQUENCY BUTTON_DOWN +#define PLASMA_REGEN_COLORS BUTTON_LEFT + #endif #ifdef HAVE_TOUCHSCREEN |