summaryrefslogtreecommitdiff
path: root/firmware/export/config/iaudiox5.h
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2010-07-23 20:20:40 +0000
committerNils Wallménius <nils@rockbox.org>2010-07-23 20:20:40 +0000
commitd15a4f617f7d6e524ef811efef5707958031dc8f (patch)
treebe02d4779171b55003197babc8ef9b33ce9280cb /firmware/export/config/iaudiox5.h
parentee166960b493e7adf9d736644b82bc65be207e17 (diff)
downloadrockbox-d15a4f617f7d6e524ef811efef5707958031dc8f.tar.gz
rockbox-d15a4f617f7d6e524ef811efef5707958031dc8f.zip
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
Diffstat (limited to 'firmware/export/config/iaudiox5.h')
-rw-r--r--firmware/export/config/iaudiox5.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/iaudiox5.h b/firmware/export/config/iaudiox5.h
index 998feedb87..2083095c2b 100644
--- a/firmware/export/config/iaudiox5.h
+++ b/firmware/export/config/iaudiox5.h
@@ -88,6 +88,8 @@
88 88
89#define CONFIG_KEYPAD IAUDIO_X5M5_PAD 89#define CONFIG_KEYPAD IAUDIO_X5M5_PAD
90 90
91#define CONFIG_REMOTE_KEYPAD IAUDIO_REMOTE
92
91/* Define this to enable morse code input */ 93/* Define this to enable morse code input */
92#define HAVE_MORSE_INPUT 94#define HAVE_MORSE_INPUT
93 95