summaryrefslogtreecommitdiff
path: root/apps/plugins/plasma.c
diff options
context:
space:
mode:
authorDominik Wenger <domonoky@googlemail.com>2008-12-12 19:50:49 +0000
committerDominik Wenger <domonoky@googlemail.com>2008-12-12 19:50:49 +0000
commit90bcf9be5ec65894fa75bfc546c6d2a8365ec899 (patch)
treeaf8b2db20169a29de52056354e13034ea3d8839c /apps/plugins/plasma.c
parent790f5ae1e0f90bcbb85950a60b8597e4e40ed0ba (diff)
downloadrockbox-90bcf9be5ec65894fa75bfc546c6d2a8365ec899.tar.gz
rockbox-90bcf9be5ec65894fa75bfc546c6d2a8365ec899.zip
m200v4: rename Keys, so they match better other targets with similar key-layout. Enable plugins, add keymaps for plugins. More keymap improvements needed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19405 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/plasma.c')
-rw-r--r--apps/plugins/plasma.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/plugins/plasma.c b/apps/plugins/plasma.c
index a821718f46..7c74a86917 100644
--- a/apps/plugins/plasma.c
+++ b/apps/plugins/plasma.c
@@ -68,7 +68,9 @@ static int plasma_frequency;
68#define PLASMA_DECREASE_FREQUENCY BUTTON_DOWN 68#define PLASMA_DECREASE_FREQUENCY BUTTON_DOWN
69 69
70#elif (CONFIG_KEYPAD == SANSA_E200_PAD) || \ 70#elif (CONFIG_KEYPAD == SANSA_E200_PAD) || \
71(CONFIG_KEYPAD == SANSA_C200_PAD) || (CONFIG_KEYPAD == SANSA_CLIP_PAD) 71(CONFIG_KEYPAD == SANSA_C200_PAD) || \
72(CONFIG_KEYPAD == SANSA_CLIP_PAD) || \
73(CONFIG_KEYPAD == SANSA_M200_PAD)
72#define PLASMA_QUIT BUTTON_POWER 74#define PLASMA_QUIT BUTTON_POWER
73#define PLASMA_INCREASE_FREQUENCY BUTTON_UP 75#define PLASMA_INCREASE_FREQUENCY BUTTON_UP
74#define PLASMA_DECREASE_FREQUENCY BUTTON_DOWN 76#define PLASMA_DECREASE_FREQUENCY BUTTON_DOWN