summaryrefslogtreecommitdiffstats
path: root/apps/plugins/fft
diff options
context:
space:
mode:
authorNils Stec <nils.stec@gmail.com>2014-06-30 20:24:15 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2014-06-30 21:20:15 +0200
commitc9816f57bf8782fd2ce6487aa0dc0f739145b631 (patch)
treeaf0f7314182fb8ee278ced53b7f79615312f32d2 /apps/plugins/fft
parent6e575b6c7011827c042cba7b27537c1ceec9ef24 (diff)
downloadrockbox-c9816f57bf8782fd2ce6487aa0dc0f739145b631.tar.gz
rockbox-c9816f57bf8782fd2ce6487aa0dc0f739145b631.zip
Introduce plugin keymaps for the Sony NWZ Series
Change-Id: I46b8766bd44118bce4931b7ee71815ae5f51cb2e Reviewed-on: http://gerrit.rockbox.org/879 Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
Diffstat (limited to 'apps/plugins/fft')
-rw-r--r--apps/plugins/fft/fft.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/plugins/fft/fft.c b/apps/plugins/fft/fft.c
index 2b7f6a4fbe..28c3cd045c 100644
--- a/apps/plugins/fft/fft.c
+++ b/apps/plugins/fft/fft.c
@@ -302,6 +302,15 @@ GREY_INFO_STRUCT
# define FFT_WINDOW BUTTON_PLAY
# define FFT_QUIT BUTTON_POWER
+#elif (CONFIG_KEYPAD == SONY_NWZ_PAD)
+#define FFT_PREV_GRAPH BUTTON_LEFT
+#define FFT_NEXT_GRAPH BUTTON_RIGHT
+#define FFT_AMP_SCALE BUTTON_UP
+#define FFT_FREQ_SCALE BUTTON_DOWN
+#define FFT_QUIT BUTTON_BACK
+#define FFT_ORIENTATION BUTTON_POWER
+#define FFT_WINDOW BUTTON_PLAY
+
#elif !defined(HAVE_TOUCHSCREEN)
#error No keymap defined!
#endif