mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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
This commit is contained in:
parent
c0f8b18770
commit
224c0a13eb
47 changed files with 1986 additions and 1846 deletions
16
apps/SOURCES
16
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue