Skip to content

Commit

Permalink
Merge pull request #13 from urjaman/master
Browse files Browse the repository at this point in the history
[daemon] fix backlight staying on if force on turned off in bright co…
  • Loading branch information
kimmoli committed Jun 13, 2015
2 parents 6940651 + 07a29ce commit dba0858
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions daemon/src/tohkeyboard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,8 @@ void Tohkbd::checkDoWeNeedBacklight()

tca8424->setLeds(LED_BACKLIGHT_ON);
backlightTimer->start();
} else {
tca8424->setLeds(LED_BACKLIGHT_OFF);
}
}
else
Expand Down

0 comments on commit dba0858

Please sign in to comment.