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 84dcdae3e2..5ec24ec58c 100644
--- a/apps/plugins/test_grey.c
+++ b/apps/plugins/test_grey.c
@@ -75,6 +75,14 @@ PLUGIN_HEADER
75#define GREY_UP BUTTON_RC_VOL_UP 75#define GREY_UP BUTTON_RC_VOL_UP
76#define GREY_DOWN BUTTON_RC_VOL_DOWN 76#define GREY_DOWN BUTTON_RC_VOL_DOWN
77 77
78#elif CONFIG_KEYPAD == SAMSUNG_YH_PAD
79#define GREY_QUIT BUTTON_REC
80#define GREY_OK BUTTON_PLAY
81#define GREY_PREV BUTTON_REW
82#define GREY_NEXT BUTTON_FFWD
83#define GREY_UP BUTTON_UP
84#define GREY_DOWN BUTTON_DOWN
85
78#else 86#else
79#error unsupported keypad 87#error unsupported keypad
80#endif 88#endif