summaryrefslogtreecommitdiff
path: root/firmware/export/config-h100.h
diff options
context:
space:
mode:
authorJonas Häggqvist <rasher@rasher.dk>2005-06-02 11:08:55 +0000
committerJonas Häggqvist <rasher@rasher.dk>2005-06-02 11:08:55 +0000
commit35745919c42553535ccf32ad85d39dea12d92cd7 (patch)
treea0a6616fcb59f68fabda87da3476e56c4564e7c1 /firmware/export/config-h100.h
parent195b9d3630432fc3943ac7e1c08b3b859866f11e (diff)
downloadrockbox-35745919c42553535ccf32ad85d39dea12d92cd7.tar.gz
rockbox-35745919c42553535ccf32ad85d39dea12d92cd7.zip
Define for remote keypad type
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6549 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-h100.h')
-rw-r--r--firmware/export/config-h100.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index 0052b7246f..3c4b9816a9 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -14,6 +14,8 @@
14 14
15#define CONFIG_KEYPAD IRIVER_H100_PAD 15#define CONFIG_KEYPAD IRIVER_H100_PAD
16 16
17#define CONFIG_REMOTE_KEYPAD H100_REMOTE
18
17/* Define this if you do software codec */ 19/* Define this if you do software codec */
18#define CONFIG_HWCODEC MASNONE 20#define CONFIG_HWCODEC MASNONE
19 21