summaryrefslogtreecommitdiff
path: root/firmware/export/config-iaudiom5.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2007-03-16 23:02:39 +0000
committerJens Arnold <amiconn@rockbox.org>2007-03-16 23:02:39 +0000
commit85a226d4e7dfcb4d5fe63dd1292bb667fa147cb0 (patch)
tree013a8df82e82d7d579ba83a381ac660030641129 /firmware/export/config-iaudiom5.h
parentf3455d15e07409a50e4237bf20c780a9ce7bcc92 (diff)
downloadrockbox-85a226d4e7dfcb4d5fe63dd1292bb667fa147cb0.tar.gz
rockbox-85a226d4e7dfcb4d5fe63dd1292bb667fa147cb0.zip
Rename some macros to account for the recently added M5 port. No code changes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12809 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-iaudiom5.h')
-rw-r--r--firmware/export/config-iaudiom5.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/firmware/export/config-iaudiom5.h b/firmware/export/config-iaudiom5.h
index 66c54bfdd9..d714736035 100644
--- a/firmware/export/config-iaudiom5.h
+++ b/firmware/export/config-iaudiom5.h
@@ -47,7 +47,7 @@
47 47
48#define LCD_REMOTE_PIXELFORMAT VERTICAL_INTERLEAVED 48#define LCD_REMOTE_PIXELFORMAT VERTICAL_INTERLEAVED
49 49
50#define CONFIG_KEYPAD IAUDIO_X5_PAD 50#define CONFIG_KEYPAD IAUDIO_X5M5_PAD
51 51
52#define AB_REPEAT_ENABLE 1 52#define AB_REPEAT_ENABLE 1
53#define ACTION_WPSAB_SINGLE ACTION_WPS_BROWSE 53#define ACTION_WPSAB_SINGLE ACTION_WPS_BROWSE
@@ -64,8 +64,7 @@
64#define CONFIG_LCD LCD_S1D15E06 64#define CONFIG_LCD LCD_S1D15E06
65 65
66/* Define this for LCD backlight available */ 66/* Define this for LCD backlight available */
67#define CONFIG_BACKLIGHT BL_X5 /* PCF50606 I2C */ 67#define CONFIG_BACKLIGHT BL_M5 /* PCF50606 I2C */
68/* #define HAVE_BACKLIGHT_BRIGHTNESS TODO: not yet known */
69 68
70/* Define this if you have a software controlled poweroff */ 69/* Define this if you have a software controlled poweroff */
71#define HAVE_SW_POWEROFF 70#define HAVE_SW_POWEROFF
@@ -108,7 +107,7 @@
108 107
109/* Type of mobile power */ 108/* Type of mobile power */
110#define X5_BATT_CONFIG 2 109#define X5_BATT_CONFIG 2
111#define CONFIG_BATTERY BATT_IAUDIO_X5 110#define CONFIG_BATTERY BATT_IAUDIO_X5M5
112#define BATTERY_CAPACITY_MIN 950 /* min. capacity selectable */ 111#define BATTERY_CAPACITY_MIN 950 /* min. capacity selectable */
113#define BATTERY_CAPACITY_MAX 2250 /* max. capacity selectable */ 112#define BATTERY_CAPACITY_MAX 2250 /* max. capacity selectable */
114#define BATTERY_CAPACITY_INC 50 /* capacity increment */ 113#define BATTERY_CAPACITY_INC 50 /* capacity increment */
@@ -127,7 +126,7 @@
127/* Offset ( in the firmware file's header ) to the real data */ 126/* Offset ( in the firmware file's header ) to the real data */
128#define FIRMWARE_OFFSET_FILE_DATA 8 127#define FIRMWARE_OFFSET_FILE_DATA 8
129 128
130#define USB_X5STYLE 129#define USB_X5M5_STYLE
131 130
132/* Define this if you have adjustable CPU frequency */ 131/* Define this if you have adjustable CPU frequency */
133#define HAVE_ADJUSTABLE_CPU_FREQ 132#define HAVE_ADJUSTABLE_CPU_FREQ