From 594b6e2b496e69ca843b21bf04810bdb919099a7 Mon Sep 17 00:00:00 2001 From: Michael Giacomelli Date: Tue, 4 Aug 2009 03:08:32 +0000 Subject: Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22149 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/test_grey.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'apps/plugins/test_grey.c') 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 #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 -- cgit