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 a1189dda77..c2adaf06b5 100644
--- a/apps/plugins/test_grey.c
+++ b/apps/plugins/test_grey.c
@@ -83,6 +83,14 @@ PLUGIN_HEADER
83#define GREY_UP BUTTON_UP 83#define GREY_UP BUTTON_UP
84#define GREY_DOWN BUTTON_DOWN 84#define GREY_DOWN BUTTON_DOWN
85 85
86#elif CONFIG_KEYPAD == MPIO_HD200_PAD
87#define GREY_QUIT (BUTTON_REC|BUTTON_PLAY)
88#define GREY_OK BUTTON_SELECT
89#define GREY_PREV BUTTON_PREV
90#define GREY_NEXT BUTTON_NEXT
91#define GREY_UP BUTTON_VOL_UP
92#define GREY_DOWN BUTTON_VOL_DOWN
93
86#else 94#else
87#error unsupported keypad 95#error unsupported keypad
88#endif 96#endif