diff options
Diffstat (limited to 'apps/plugins/oscilloscope.c')
| -rw-r--r-- | apps/plugins/oscilloscope.c | 11 |
1 files changed, 11 insertions, 0 deletions
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 |