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/lamp.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/plugins/lamp.c') diff --git a/apps/plugins/lamp.c b/apps/plugins/lamp.c index c35973b..7f7204c 100644 --- a/apps/plugins/lamp.c +++ b/apps/plugins/lamp.c @@ -86,6 +86,10 @@ PLUGIN_HEADER # define LAMP_LEFT BUTTON_VOL_DOWN # define LAMP_RIGHT BUTTON_VOL_UP +#elif CONFIG_KEYPAD == SAMSUNG_YH_PAD +# define LAMP_LEFT BUTTON_LEFT +# define LAMP_RIGHT BUTTON_RIGHT + #else # error Missing key definitions for this keypad #endif -- cgit v1.1