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:
Nils Wallménius 2010-07-23 20:20:40 +00:00
parent ee166960b4
commit d15a4f617f
4 changed files with 16 additions and 5 deletions

View file

@ -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) */