summaryrefslogtreecommitdiff
path: root/apps/plugins/plasma.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/plasma.c')
-rw-r--r--apps/plugins/plasma.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/plasma.c b/apps/plugins/plasma.c
index 6bd4d095ce..1d3dd6c432 100644
--- a/apps/plugins/plasma.c
+++ b/apps/plugins/plasma.c
@@ -54,7 +54,6 @@ static size_t gbuf_size = 0;
54static unsigned char sp1, sp2, sp3, sp4; /* Speed of plasma */ 54static unsigned char sp1, sp2, sp3, sp4; /* Speed of plasma */
55static int plasma_frequency; 55static int plasma_frequency;
56 56
57/* FIXME: Could use plugin lib actions */
58/* Key assignement, all bitmapped models */ 57/* Key assignement, all bitmapped models */
59#if (CONFIG_KEYPAD == IPOD_4G_PAD) || (CONFIG_KEYPAD == IPOD_3G_PAD) || \ 58#if (CONFIG_KEYPAD == IPOD_4G_PAD) || (CONFIG_KEYPAD == IPOD_3G_PAD) || \
60 (CONFIG_KEYPAD == IPOD_1G2G_PAD) 59 (CONFIG_KEYPAD == IPOD_1G2G_PAD)
@@ -67,7 +66,6 @@ static int plasma_frequency;
67#define PLASMA_INCREASE_FREQUENCY BUTTON_UP 66#define PLASMA_INCREASE_FREQUENCY BUTTON_UP
68#define PLASMA_DECREASE_FREQUENCY BUTTON_DOWN 67#define PLASMA_DECREASE_FREQUENCY BUTTON_DOWN
69 68
70/* FIXME: Clip/fuze should use HOME instead of POWER */
71#elif (CONFIG_KEYPAD == SANSA_E200_PAD) || \ 69#elif (CONFIG_KEYPAD == SANSA_E200_PAD) || \
72 (CONFIG_KEYPAD == SANSA_C200_PAD) || \ 70 (CONFIG_KEYPAD == SANSA_C200_PAD) || \
73 (CONFIG_KEYPAD == SANSA_CLIP_PAD) || \ 71 (CONFIG_KEYPAD == SANSA_CLIP_PAD) || \