From 224c0a13ebb5828b9bc06a9c1c23ae17f0ac19f9 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 15 Aug 2006 12:27:07 +0000 Subject: Finally, the new button action system is here, thanks to Jonathan Gordon. Some button mappings have changed and other things may break. Comments should go to the forum, http://forums.rockbox.org/index.php?topic=5829.0 or the mailing list. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10582 a1c6a512-1295-4272-9138-f99709370657 --- apps/SOURCES | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'apps/SOURCES') diff --git a/apps/SOURCES b/apps/SOURCES index 3548980f28..a5dfc8bc5f 100644 --- a/apps/SOURCES +++ b/apps/SOURCES @@ -1,6 +1,7 @@ #ifdef ROCKBOX_HAS_LOGF logfdisp.c #endif +action.c alarm_menu.c abrepeat.c bookmark.c @@ -81,3 +82,18 @@ eq_menu.c #endif metadata.c tagcache.c +#if (CONFIG_KEYPAD == IRIVER_H100_PAD) \ + || (CONFIG_KEYPAD == IRIVER_H300_PAD) +keymaps/keymap-h1x0_h3x0.c +#elif ((CONFIG_KEYPAD == IPOD_4G_PAD) \ + || (CONFIG_KEYPAD == IPOD_3G_PAD)) +keymaps/keymap-ipod.c +#elif CONFIG_KEYPAD == RECORDER_PAD +keymaps/keymap-recorder.c +#elif CONFIG_KEYPAD == ONDIO_PAD +keymaps/keymap-ondio.c +#elif CONFIG_KEYPAD == PLAYER_PAD +keymaps/keymap-player.c +#elif CONFIG_KEYPAD == IAUDIO_X5_PAD +keymaps/keymap-x5.c +#endif -- cgit v1.2.3