summaryrefslogtreecommitdiff
path: root/apps/plugins/bubbles.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/bubbles.c')
-rw-r--r--apps/plugins/bubbles.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c
index ecd9096870..0894c75d4a 100644
--- a/apps/plugins/bubbles.c
+++ b/apps/plugins/bubbles.c
@@ -59,8 +59,11 @@ PLUGIN_HEADER
59#define MAX_SHOTTIME 1000 59#define MAX_SHOTTIME 1000
60 60
61/* keyboard layouts */ 61/* keyboard layouts */
62#if CONFIG_KEYPAD != SANSA_E200_PAD 62/* FIXME: shouldn't the below be #ifdef HAVE_SCROLLWHEEL rather? */
63/* sansa uses the wheel instead of left/right */ 63
64#if (CONFIG_KEYPAD != SANSA_E200_PAD) && \
65 (CONFIG_KEYPAD != SANSA_FUZE_PAD)
66/* sansas use the wheel instead of left/right if available */
64#define BUBBLES_LEFT PLA_LEFT 67#define BUBBLES_LEFT PLA_LEFT
65#define BUBBLES_LEFT_REP PLA_LEFT_REPEAT 68#define BUBBLES_LEFT_REP PLA_LEFT_REPEAT
66#define BUBBLES_RIGHT PLA_RIGHT 69#define BUBBLES_RIGHT PLA_RIGHT