summaryrefslogtreecommitdiff
path: root/apps/plugins/fft
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-04-13 16:57:39 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-04-13 22:59:29 +0200
commit46e25289928ce3ef2a1a73d2d8ed8305aeec23cc (patch)
treeea19724448afef3a5c8c704cd304626b50cdeabf /apps/plugins/fft
parenta820a98361b43a01740f155fd4ae3881d844e124 (diff)
downloadrockbox-46e25289928ce3ef2a1a73d2d8ed8305aeec23cc.tar.gz
rockbox-46e25289928ce3ef2a1a73d2d8ed8305aeec23cc.zip
av300: Continue cleaning out keymaps.
(A lot of work was done on this thing, for a target that hasn't been compileable at least since we moved to git..) Change-Id: Ibface9392f3251b5be4bf1e0c4d12639c4f1662d
Diffstat (limited to 'apps/plugins/fft')
-rw-r--r--apps/plugins/fft/fft.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/apps/plugins/fft/fft.c b/apps/plugins/fft/fft.c
index 0f4e33759d..1349b07012 100644
--- a/apps/plugins/fft/fft.c
+++ b/apps/plugins/fft/fft.c
@@ -38,16 +38,7 @@
38GREY_INFO_STRUCT 38GREY_INFO_STRUCT
39#endif 39#endif
40 40
41#if CONFIG_KEYPAD == ARCHOS_AV300_PAD 41#if (CONFIG_KEYPAD == IRIVER_H100_PAD) || \
42# define FFT_PREV_GRAPH BUTTON_LEFT
43# define FFT_NEXT_GRAPH BUTTON_RIGHT
44# define FFT_ORIENTATION BUTTON_F3
45# define FFT_WINDOW BUTTON_F1
46# define FFT_AMP_SCALE BUTTON_UP
47# define FFT_QUIT BUTTON_OFF
48/* Need FFT_FREQ_SCALE key */
49
50#elif (CONFIG_KEYPAD == IRIVER_H100_PAD) || \
51 (CONFIG_KEYPAD == IRIVER_H300_PAD) 42 (CONFIG_KEYPAD == IRIVER_H300_PAD)
52# define FFT_PREV_GRAPH BUTTON_LEFT 43# define FFT_PREV_GRAPH BUTTON_LEFT
53# define FFT_NEXT_GRAPH BUTTON_RIGHT 44# define FFT_NEXT_GRAPH BUTTON_RIGHT