summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config.h1
-rw-r--r--firmware/export/config/application.h4
2 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 3b59004549..409c9d9965 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -128,6 +128,7 @@
128#define PHILIPS_HDD6330_PAD 42 128#define PHILIPS_HDD6330_PAD 42
129#define PBELL_VIBE500_PAD 43 129#define PBELL_VIBE500_PAD 43
130#define MPIO_HD200_PAD 44 130#define MPIO_HD200_PAD 44
131#define ANDROID_PAD 45
131 132
132/* CONFIG_REMOTE_KEYPAD */ 133/* CONFIG_REMOTE_KEYPAD */
133#define H100_REMOTE 1 134#define H100_REMOTE 1
diff --git a/firmware/export/config/application.h b/firmware/export/config/application.h
index 71ee62356b..6a87d5f62a 100644
--- a/firmware/export/config/application.h
+++ b/firmware/export/config/application.h
@@ -75,7 +75,11 @@
75/* Define this if you do software codec */ 75/* Define this if you do software codec */
76#define CONFIG_CODEC SWCODEC 76#define CONFIG_CODEC SWCODEC
77 77
78#ifdef ANDROID
79#define CONFIG_KEYPAD ANDROID_PAD
80#else
78#define CONFIG_KEYPAD COWON_D2_PAD 81#define CONFIG_KEYPAD COWON_D2_PAD
82#endif
79 83
80#if (CONFIG_PLATFORM & PLATFORM_SDL) 84#if (CONFIG_PLATFORM & PLATFORM_SDL)
81/* Use SDL audio/pcm in a SDL app build */ 85/* Use SDL audio/pcm in a SDL app build */