diff options
Diffstat (limited to 'apps/plugins/plasma.c')
| -rw-r--r-- | apps/plugins/plasma.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugins/plasma.c b/apps/plugins/plasma.c index e1527e1..22d67b6 100644 --- a/apps/plugins/plasma.c +++ b/apps/plugins/plasma.c @@ -102,6 +102,13 @@ static int plasma_frequency; #elif (CONFIG_KEYPAD == COWOND2_PAD) #define PLASMA_QUIT BUTTON_POWER +#elif (CONFIG_KEYPAD == IAUDIO67_PAD) +#define PLASMA_QUIT BUTTON_POWER +#define PLASMA_INCREASE_FREQUENCY BUTTON_RIGHT +#define PLASMA_DECREASE_FREQUENCY BUTTON_LEFT +#define PLASMA_RC_QUIT BUTTON_STOP +#define PLASMA_REGEN_COLORS BUTTON_PLAY + #endif #ifdef HAVE_TOUCHSCREEN |