forked from len0rd/rockbox
Made building for backlight-modded Ondios a bit easier: Just uncomment the #defines
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11868 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9eff767c6d
commit
68ae800d2d
2 changed files with 6 additions and 0 deletions
|
@ -37,6 +37,9 @@
|
|||
/* Define this if you have a MAS3587F */
|
||||
#define CONFIG_CODEC MAS3587F
|
||||
|
||||
/* Enable this if you have done the backlight mod */
|
||||
//#define CONFIG_BACKLIGHT BL_PA14_HI
|
||||
|
||||
#define BATTERY_CAPACITY_DEFAULT 1000 /* default battery capacity */
|
||||
|
||||
#ifndef SIMULATOR
|
||||
|
|
|
@ -30,6 +30,9 @@
|
|||
/* Define this if you have a MAS3539F */
|
||||
#define CONFIG_CODEC MAS3539F
|
||||
|
||||
/* Enable this if you have done the backlight mod */
|
||||
//#define CONFIG_BACKLIGHT BL_PA14_HI
|
||||
|
||||
#define BATTERY_CAPACITY_DEFAULT 1000 /* default battery capacity */
|
||||
|
||||
#ifndef SIMULATOR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue