summaryrefslogtreecommitdiff
path: root/apps/plugins/plasma.c
diff options
context:
space:
mode:
authorVitja Makarov <vitja.makarov@gmail.com>2008-10-07 16:38:28 +0000
committerVitja Makarov <vitja.makarov@gmail.com>2008-10-07 16:38:28 +0000
commit2f84f699c0df4a82dfdcb2244e1c7bf4af99fc72 (patch)
tree179ebbbea6f2f234850e42b668813852d10817cb /apps/plugins/plasma.c
parent981bd1cb3e65fdf86db03d9328232e58cf14ff1e (diff)
downloadrockbox-2f84f699c0df4a82dfdcb2244e1c7bf4af99fc72.tar.gz
rockbox-2f84f699c0df4a82dfdcb2244e1c7bf4af99fc72.zip
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
Diffstat (limited to 'apps/plugins/plasma.c')
-rw-r--r--apps/plugins/plasma.c7
1 files changed, 7 insertions, 0 deletions
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;
102#elif (CONFIG_KEYPAD == COWOND2_PAD) 102#elif (CONFIG_KEYPAD == COWOND2_PAD)
103#define PLASMA_QUIT BUTTON_POWER 103#define PLASMA_QUIT BUTTON_POWER
104 104
105#elif (CONFIG_KEYPAD == IAUDIO67_PAD)
106#define PLASMA_QUIT BUTTON_POWER
107#define PLASMA_INCREASE_FREQUENCY BUTTON_RIGHT
108#define PLASMA_DECREASE_FREQUENCY BUTTON_LEFT
109#define PLASMA_RC_QUIT BUTTON_STOP
110#define PLASMA_REGEN_COLORS BUTTON_PLAY
111
105#endif 112#endif
106 113
107#ifdef HAVE_TOUCHSCREEN 114#ifdef HAVE_TOUCHSCREEN