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 84dcdae..5ec24ec 100644
--- a/apps/plugins/test_grey.c
+++ b/apps/plugins/test_grey.c
@@ -75,6 +75,14 @@ PLUGIN_HEADER
#define GREY_UP BUTTON_RC_VOL_UP
#define GREY_DOWN BUTTON_RC_VOL_DOWN
+#elif CONFIG_KEYPAD == SAMSUNG_YH_PAD
+#define GREY_QUIT BUTTON_REC
+#define GREY_OK BUTTON_PLAY
+#define GREY_PREV BUTTON_REW
+#define GREY_NEXT BUTTON_FFWD
+#define GREY_UP BUTTON_UP
+#define GREY_DOWN BUTTON_DOWN
+
#else
#error unsupported keypad
#endif