summaryrefslogtreecommitdiff
path: root/apps/plugins/test_grey.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/test_grey.c')
-rw-r--r--apps/plugins/test_grey.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/plugins/test_grey.c b/apps/plugins/test_grey.c
index da199a6f14..bf6d1755af 100644
--- a/apps/plugins/test_grey.c
+++ b/apps/plugins/test_grey.c
@@ -91,6 +91,14 @@
91#define GREY_UP BUTTON_VOL_UP 91#define GREY_UP BUTTON_VOL_UP
92#define GREY_DOWN BUTTON_VOL_DOWN 92#define GREY_DOWN BUTTON_VOL_DOWN
93 93
94#elif CONFIG_KEYPAD == MPIO_HD300_PAD
95#define GREY_QUIT (BUTTON_REC|BUTTON_REPEAT)
96#define GREY_OK BUTTON_PLAY
97#define GREY_PREV BUTTON_REW
98#define GREY_NEXT BUTTON_FF
99#define GREY_UP BUTTON_UP
100#define GREY_DOWN BUTTON_DOWN
101
94#else 102#else
95#error unsupported keypad 103#error unsupported keypad
96#endif 104#endif