summaryrefslogtreecommitdiff
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
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
-rw-r--r--firmware/export/config-h100.h2
-rw-r--r--firmware/export/config.h3
2 files changed, 5 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
diff --git a/firmware/export/config.h b/firmware/export/config.h
index a7ef70f24d..56001e32ad 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -46,6 +46,9 @@
46#define IRIVER_H100_PAD 3 46#define IRIVER_H100_PAD 3
47#define GMINI100_PAD 4 47#define GMINI100_PAD 4
48 48
49/* CONFIG_REMOTE_KEYPAD */
50#define H100_REMOTE 0
51
49/* CONFIG_BATTERY */ 52/* CONFIG_BATTERY */
50#define BATT_LIION2200 2200 /* FM/V2 recorder type */ 53#define BATT_LIION2200 2200 /* FM/V2 recorder type */
51#define BATT_4AA_NIMH 1500 54#define BATT_4AA_NIMH 1500