mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-05-12 19:53:18 -04:00
Define CONFIG_REMOTE_KEYPAD for iaudio x5/m5 and add a keymap for that remote to the logo plugin. Fixes a warning when building with gcc 4.4.4.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27533 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ee166960b4
commit
d15a4f617f
4 changed files with 16 additions and 5 deletions
|
|
@ -128,10 +128,10 @@
|
|||
#define MPIO_HD200_PAD 44
|
||||
|
||||
/* CONFIG_REMOTE_KEYPAD */
|
||||
#define H100_REMOTE 1
|
||||
#define H300_REMOTE 2
|
||||
#define X5_REMOTE 3
|
||||
#define MROBE_REMOTE 4
|
||||
#define H100_REMOTE 1
|
||||
#define H300_REMOTE 2
|
||||
#define IAUDIO_REMOTE 3
|
||||
#define MROBE_REMOTE 4
|
||||
|
||||
/* CONFIG_BACKLIGHT_FADING */
|
||||
/* No fading capabilities at all (yet) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue