From c9816f57bf8782fd2ce6487aa0dc0f739145b631 Mon Sep 17 00:00:00 2001 From: Nils Stec Date: Mon, 30 Jun 2014 20:24:15 +0200 Subject: Introduce plugin keymaps for the Sony NWZ Series Change-Id: I46b8766bd44118bce4931b7ee71815ae5f51cb2e Reviewed-on: http://gerrit.rockbox.org/879 Reviewed-by: Amaury Pouly --- 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 e23baf0..66a2aad 100644 --- a/apps/plugins/oscilloscope.c +++ b/apps/plugins/oscilloscope.c @@ -464,6 +464,17 @@ #define OSCILLOSCOPE_VOL_DOWN BUTTON_LEFT /* Need GRAPHMODE */ +#elif CONFIG_KEYPAD == SONY_NWZ_PAD +#define OSCILLOSCOPE_QUIT (BUTTON_BACK|BUTTON_REPEAT) +#define OSCILLOSCOPE_DRAWMODE BUTTON_BACK +#define OSCILLOSCOPE_ADVMODE (BUTTON_POWER|BUTTON_REPEAT) +#define OSCILLOSCOPE_ORIENTATION BUTTON_POWER +#define OSCILLOSCOPE_PAUSE BUTTON_PLAY +#define OSCILLOSCOPE_SPEED_UP BUTTON_RIGHT +#define OSCILLOSCOPE_SPEED_DOWN BUTTON_LEFT +#define OSCILLOSCOPE_VOL_UP BUTTON_UP +#define OSCILLOSCOPE_VOL_DOWN BUTTON_DOWN + #else #error No keymap defined! #endif -- cgit v1.1