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.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 1579767ade..8f1a5e65cc 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -70,7 +70,8 @@
70#define BATT_4AA_NIMH 1500 70#define BATT_4AA_NIMH 1500
71#define BATT_3AAA 1000 /* Ondio */ 71#define BATT_3AAA 1000 /* Ondio */
72#define BATT_LIPOL1300 1300 /* the type used in iRiver h1x0 models */ 72#define BATT_LIPOL1300 1300 /* the type used in iRiver h1x0 models */
73#define BATT_LPCS355385 1550 /* iriver h10 - SKC LPCS355385 */ 73#define BATT_LPCS355385 1550 /* iriver h10 20Gb - SKC LPCS355385 */
74#define BATT_BP009 820 /* iriver H10 5/6Gb - iriver BP009 */
74 75
75/* CONFIG_CHARGING */ 76/* CONFIG_CHARGING */
76#define CHARGING_SIMPLE 1 /* Simple, hardware controlled charging */ 77#define CHARGING_SIMPLE 1 /* Simple, hardware controlled charging */
@@ -93,6 +94,8 @@
93#define LCD_IPODMINI 10 /* as used by iPod Mini g1/g2 */ 94#define LCD_IPODMINI 10 /* as used by iPod Mini g1/g2 */
94#define LCD_IFP7XX 11 /* as used by iRiver iFP 7xx/8xx */ 95#define LCD_IFP7XX 11 /* as used by iRiver iFP 7xx/8xx */
95#define LCD_GIGABEAT 12 96#define LCD_GIGABEAT 12
97#define LCD_H10 13 /* as used by iriver H10 20Gb */
98#define LCD_H10_5GB 14 /* as used by iriver H10 5Gb */
96 99
97/* LCD_PIXELFORMAT */ 100/* LCD_PIXELFORMAT */
98#define HORIZONTAL_PACKING 1 101#define HORIZONTAL_PACKING 1
@@ -115,8 +118,9 @@
115#define BL_IRIVER_IFP7XX 9 /* IRiver GPIO */ 118#define BL_IRIVER_IFP7XX 9 /* IRiver GPIO */
116#define BL_IPODMINI 10 /* Apple iPod Mini */ 119#define BL_IPODMINI 10 /* Apple iPod Mini */
117#define BL_GIGABEAT 11 /* Toshiba Gigabeat */ 120#define BL_GIGABEAT 11 /* Toshiba Gigabeat */
118#define BL_IRIVER_H10 12 /* iriver H10 */ 121#define BL_H10 12 /* iriver H10 */
119#define BL_X5 13 /* iAudio X5 PCF50606 I2C */ 122#define BL_X5 13 /* iAudio X5 PCF50606 I2C */
123#define BL_H10_5GB 14 /* iriver H10 5/6GB */
120 124
121/* CONFIG_I2C */ 125/* CONFIG_I2C */
122#define I2C_PLAYREC 0 /* Archos Player/Recorder style */ 126#define I2C_PLAYREC 0 /* Archos Player/Recorder style */
@@ -192,6 +196,8 @@
192#include "config-ipodmini2g.h" 196#include "config-ipodmini2g.h"
193#elif defined(IRIVER_H10) 197#elif defined(IRIVER_H10)
194#include "config-h10.h" 198#include "config-h10.h"
199#elif defined(IRIVER_H10_5GB)
200#include "config-h10_5gb.h"
195#elif defined(SANSA_E200) 201#elif defined(SANSA_E200)
196#include "config-e200.h" 202#include "config-e200.h"
197#else 203#else