summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-11-18 23:20:07 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-11-18 23:20:07 +0000
commitb98e74e4d5964394e198cd8b43cff500f9b59706 (patch)
tree00a72e8ba39647fad70344425c5c1c3ca08de2ce /firmware
parent1a479d634d0ce3e9681d185f0987365802bfdbc7 (diff)
downloadrockbox-b98e74e4d5964394e198cd8b43cff500f9b59706.tar.gz
rockbox-b98e74e4d5964394e198cd8b43cff500f9b59706.zip
Added IRIVER_H100_PAD
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5426 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 823a5dc3ed..cda5c8cee7 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -36,9 +36,10 @@
36#define MCF5249 5249 36#define MCF5249 5249
37 37
38/* CONFIG_KEYPAD */ 38/* CONFIG_KEYPAD */
39#define PLAYER_PAD 0 39#define PLAYER_PAD 0
40#define RECORDER_PAD 1 40#define RECORDER_PAD 1
41#define ONDIO_PAD 2 41#define ONDIO_PAD 2
42#define IRIVER_H100_PAD 3
42 43
43/* CONFIG_BATTERY */ 44/* CONFIG_BATTERY */
44#define BATT_LIION2200 2200 /* FM/V2 recorder type */ 45#define BATT_LIION2200 2200 /* FM/V2 recorder type */