From 2f84f699c0df4a82dfdcb2244e1c7bf4af99fc72 Mon Sep 17 00:00:00 2001 From: Vitja Makarov Date: Tue, 7 Oct 2008 16:38:28 +0000 Subject: IAUDIO67_PAD: Add keymaps for most of the plugins, they are not all tested yet. IAUDIO7: Define MODEL_NAME in config git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18730 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/plasma.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'apps/plugins/plasma.c') diff --git a/apps/plugins/plasma.c b/apps/plugins/plasma.c index e1527e1907..22d67b6775 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 -- cgit v1.2.3