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 da199a6..bf6d175 100644
--- a/apps/plugins/test_grey.c
+++ b/apps/plugins/test_grey.c
@@ -91,6 +91,14 @@
#define GREY_UP BUTTON_VOL_UP
#define GREY_DOWN BUTTON_VOL_DOWN
+#elif CONFIG_KEYPAD == MPIO_HD300_PAD
+#define GREY_QUIT (BUTTON_REC|BUTTON_REPEAT)
+#define GREY_OK BUTTON_PLAY
+#define GREY_PREV BUTTON_REW
+#define GREY_NEXT BUTTON_FF
+#define GREY_UP BUTTON_UP
+#define GREY_DOWN BUTTON_DOWN
+
#else
#error unsupported keypad
#endif