summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/bubbles.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c
index 3197a45..7bde847 100644
--- a/apps/plugins/bubbles.c
+++ b/apps/plugins/bubbles.c
@@ -2308,11 +2308,11 @@ static int bubbles_handlebuttons(struct game_context* bb, bool animblock,
int buttonres;
long start;
const struct button_mapping *plugin_contexts[]
-#if (CONFIG_KEYPAD != SANSA_E200_PAD) && \
- (CONFIG_KEYPAD != SANSA_FUZE_PAD)
- = {generic_left_right_fire,generic_actions};
-#else
+#if (CONFIG_KEYPAD == SANSA_E200_PAD) || \
+ (CONFIG_KEYPAD == SANSA_FUZE_PAD)
= {generic_directions,generic_actions};
+#else
+ = {generic_left_right_fire,generic_actions};
#endif
if (timeout < 0)