From 6d5823f964d8cc2b030d7a713d355f3132e41c45 Mon Sep 17 00:00:00 2001 From: Michael Giacomelli Date: Sun, 4 Jan 2009 23:33:15 +0000 Subject: Commit FS#9617 - Keymaps for Plugins fuze by Thomas Martitz. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19673 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/pong.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'apps/plugins/pong.c') diff --git a/apps/plugins/pong.c b/apps/plugins/pong.c index eeda405..220bcf6 100644 --- a/apps/plugins/pong.c +++ b/apps/plugins/pong.c @@ -103,8 +103,9 @@ PLUGIN_HEADER #define PONG_RIGHT_DOWN BUTTON_VOL_DOWN #elif (CONFIG_KEYPAD == SANSA_E200_PAD) || \ -(CONFIG_KEYPAD == SANSA_CLIP_PAD) || \ -(CONFIG_KEYPAD == SANSA_M200_PAD) + (CONFIG_KEYPAD == SANSA_CLIP_PAD) || \ + (CONFIG_KEYPAD == SANSA_M200_PAD) || \ + (CONFIG_KEYPAD == SANSA_FUZE_PAD) #define PONG_QUIT BUTTON_POWER #define PONG_PAUSE BUTTON_SELECT #define PONG_LEFT_UP BUTTON_LEFT -- cgit v1.1