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/oscilloscope.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'apps/plugins/oscilloscope.c') diff --git a/apps/plugins/oscilloscope.c b/apps/plugins/oscilloscope.c index d197272..5915604 100644 --- a/apps/plugins/oscilloscope.c +++ b/apps/plugins/oscilloscope.c @@ -111,6 +111,17 @@ PLUGIN_HEADER #define OSCILLOSCOPE_VOL_UP BUTTON_SCROLL_FWD #define OSCILLOSCOPE_VOL_DOWN BUTTON_SCROLL_BACK +#elif (CONFIG_KEYPAD == SANSA_FUZE_PAD) +#define OSCILLOSCOPE_QUIT BUTTON_DOWN +#define OSCILLOSCOPE_DRAWMODE (BUTTON_SELECT | BUTTON_REL) +#define OSCILLOSCOPE_ADVMODE (BUTTON_SELECT | BUTTON_RIGHT) +#define OSCILLOSCOPE_ORIENTATION (BUTTON_SELECT | BUTTON_LEFT) +#define OSCILLOSCOPE_PAUSE BUTTON_UP +#define OSCILLOSCOPE_SPEED_UP BUTTON_RIGHT +#define OSCILLOSCOPE_SPEED_DOWN BUTTON_LEFT +#define OSCILLOSCOPE_VOL_UP BUTTON_SCROLL_FWD +#define OSCILLOSCOPE_VOL_DOWN BUTTON_SCROLL_BACK + #elif (CONFIG_KEYPAD == SANSA_C200_PAD) #define OSCILLOSCOPE_QUIT BUTTON_POWER #define OSCILLOSCOPE_DRAWMODE BUTTON_SELECT -- cgit v1.1