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.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 6faaa49ffa..c5b694ed8d 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -45,9 +45,11 @@
45#define ONDIO_PAD 2 45#define ONDIO_PAD 2
46#define IRIVER_H100_PAD 3 46#define IRIVER_H100_PAD 3
47#define GMINI100_PAD 4 47#define GMINI100_PAD 4
48#define IRIVER_H300_PAD 3
48 49
49/* CONFIG_REMOTE_KEYPAD */ 50/* CONFIG_REMOTE_KEYPAD */
50#define H100_REMOTE 0 51#define H100_REMOTE 0
52#define H300_REMOTE 1
51 53
52/* CONFIG_BATTERY */ 54/* CONFIG_BATTERY */
53#define BATT_LIION2200 2200 /* FM/V2 recorder type */ 55#define BATT_LIION2200 2200 /* FM/V2 recorder type */
@@ -60,6 +62,8 @@
60#define LCD_SSD1815 1 /* as used by Archos Recorders and Ondios */ 62#define LCD_SSD1815 1 /* as used by Archos Recorders and Ondios */
61#define LCD_SSD1801 2 /* as used by Archos Player/Studio */ 63#define LCD_SSD1801 2 /* as used by Archos Player/Studio */
62#define LCD_S1D15E06 3 /* as used by iRiver H100 series */ 64#define LCD_S1D15E06 3 /* as used by iRiver H100 series */
65#define LCD_H300 4 /* as used by iRiver H300 series, exact model name is
66 unknown at the time of this writing */
63 67
64/* CONFIG_BACKLIGHT */ 68/* CONFIG_BACKLIGHT */
65#define BL_PA14_LO 0 /* Player, PA14 low active */ 69#define BL_PA14_LO 0 /* Player, PA14 low active */
@@ -94,6 +98,8 @@
94#include "config-ondiofm.h" 98#include "config-ondiofm.h"
95#elif defined(IRIVER_H100) 99#elif defined(IRIVER_H100)
96#include "config-h100.h" 100#include "config-h100.h"
101#elif defined(IRIVER_H300)
102#include "config-h300.h"
97#elif defined(ARCHOS_GMINI120) 103#elif defined(ARCHOS_GMINI120)
98#include "config-gmini120.h" 104#include "config-gmini120.h"
99#elif defined(ARCHOS_GMINISP) 105#elif defined(ARCHOS_GMINISP)