summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/mpeg_settings.c
diff options
context:
space:
mode:
authorMark Arigo <markarigo@gmail.com>2009-01-24 22:41:55 +0000
committerMark Arigo <markarigo@gmail.com>2009-01-24 22:41:55 +0000
commit2490262eee17c3dcff0a39fb4011662dfdfc4478 (patch)
tree2c68f5903b36e52718f5be53d8504af3e0e03c0c /apps/plugins/mpegplayer/mpeg_settings.c
parent74b97fa139339b62813d94610f8d7710357beb08 (diff)
downloadrockbox-2490262eee17c3dcff0a39fb4011662dfdfc4478.tar.gz
rockbox-2490262eee17c3dcff0a39fb4011662dfdfc4478.zip
Plugins for the Philips HDD1630. The keymaps are largely untested on the device (patches welcome).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19846 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/mpegplayer/mpeg_settings.c')
-rw-r--r--apps/plugins/mpegplayer/mpeg_settings.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/plugins/mpegplayer/mpeg_settings.c b/apps/plugins/mpegplayer/mpeg_settings.c
index 4b77518f54..f9f31fa88f 100644
--- a/apps/plugins/mpegplayer/mpeg_settings.c
+++ b/apps/plugins/mpegplayer/mpeg_settings.c
@@ -145,6 +145,16 @@ struct mpeg_settings settings;
145#define MPEG_START_TIME_DOWN BUTTON_DOWN 145#define MPEG_START_TIME_DOWN BUTTON_DOWN
146#define MPEG_START_TIME_EXIT BUTTON_BACK 146#define MPEG_START_TIME_EXIT BUTTON_BACK
147 147
148#elif CONFIG_KEYPAD == PHILIPS_HDD1630_PAD
149#define MPEG_START_TIME_SELECT BUTTON_SELECT
150#define MPEG_START_TIME_LEFT BUTTON_LEFT
151#define MPEG_START_TIME_RIGHT BUTTON_RIGHT
152#define MPEG_START_TIME_UP BUTTON_UP
153#define MPEG_START_TIME_DOWN BUTTON_DOWN
154#define MPEG_START_TIME_SCROLL_DOWN BUTTON_VOL_DOWN
155#define MPEG_START_TIME_SCROLL_UP BUTTON_VOL_UP
156#define MPEG_START_TIME_EXIT BUTTON_POWER
157
148#else 158#else
149#error No keymap defined! 159#error No keymap defined!
150#endif 160#endif