summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 64694af794..5528f93d09 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -48,6 +48,7 @@
48#define BATT_LIION2200 2200 /* FM/V2 recorder type */ 48#define BATT_LIION2200 2200 /* FM/V2 recorder type */
49#define BATT_4AA_NIMH 1500 49#define BATT_4AA_NIMH 1500
50#define BATT_3AAA 1000 /* Ondio */ 50#define BATT_3AAA 1000 /* Ondio */
51#define BATT_IRIVER 2 /* the type used in iRiver h1x0 models */
51 52
52/* CONFIG_LCD */ 53/* CONFIG_LCD */
53#define LCD_GMINI100 0 54#define LCD_GMINI100 0
@@ -65,6 +66,7 @@
65#define I2C_PLAYREC 0 /* Archos Player/Recorder style */ 66#define I2C_PLAYREC 0 /* Archos Player/Recorder style */
66#define I2C_ONDIO 1 /* Ondio style */ 67#define I2C_ONDIO 1 /* Ondio style */
67#define I2C_GMINI 2 /* Gmini style */ 68#define I2C_GMINI 2 /* Gmini style */
69#define I2C_H100 3 /* iRiver h100 style */
68 70
69/* now go and pick yours */ 71/* now go and pick yours */
70#if defined(ARCHOS_PLAYER) 72#if defined(ARCHOS_PLAYER)