summaryrefslogtreecommitdiff
path: root/firmware/export/config.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.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.h')
-rw-r--r--firmware/export/config.h3
1 files changed, 3 insertions, 0 deletions
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