Skip to content

Commit

Permalink
Merge pull request #165 from spiiroin/led_breathe_config
Browse files Browse the repository at this point in the history
Enable led sw breathing by default when charger is connected
  • Loading branch information
spiiroin committed May 14, 2014
2 parents 7cde391 + b8edb75 commit 0617156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builtin-gconf.c
Expand Up @@ -1510,13 +1510,13 @@ static const setting_t gconf_defaults[] =
// no define; used by led module
.key = "/system/osso/dsm/leds/sw_breath_enabled",
.type = "b",
.def = "false",
.def = "true",
},
{
// no define; used by led module
.key = "/system/osso/dsm/leds/sw_breath_battery_limit",
.type = "i",
.def = "90",
.def = "101", // use > 100 for "only when charger is connected"
},
{
// MCE_GCONF_PROXIMITY_PS_ENABLED_PATH @ proximity.h
Expand Down

0 comments on commit 0617156

Please sign in to comment.