summaryrefslogtreecommitdiffstats
path: root/apps/plugins/lamp.c
diff options
context:
space:
mode:
authorRobert Menes <rmenes@rockbox.org>2010-11-02 20:09:02 +0000
committerRobert Menes <rmenes@rockbox.org>2010-11-02 20:09:02 +0000
commit58369ca292727811eed8f4fc654fbaf75fa70ae3 (patch)
tree35c4c96dcbcefc485af51c57c969d0f81e96f367 /apps/plugins/lamp.c
parent42973f7a3208cf5999078f769537e46969b0435b (diff)
downloadrockbox-58369ca292727811eed8f4fc654fbaf75fa70ae3.tar.gz
rockbox-58369ca292727811eed8f4fc654fbaf75fa70ae3.zip
More plugin keymaps for the HDD6330. Quite a lot of commits. ;)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28450 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/lamp.c')
-rw-r--r--apps/plugins/lamp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/lamp.c b/apps/plugins/lamp.c
index 4dffcd06bf..a3f0f189c7 100644
--- a/apps/plugins/lamp.c
+++ b/apps/plugins/lamp.c
@@ -82,6 +82,10 @@
# define LAMP_LEFT BUTTON_LEFT
# define LAMP_RIGHT BUTTON_RIGHT
+#elif CONFIG_KEYPAD == PHILIPS_HDD6330_PAD
+# define LAMP_LEFT BUTTON_LEFT
+# define LAMP_RIGHT BUTTON_RIGHT
+
#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD
# define LAMP_LEFT BUTTON_PREV
# define LAMP_RIGHT BUTTON_NEXT