Skip to content

Commit

Permalink
[daemon] fix backlight staying on if force on turned off in bright co…
Browse files Browse the repository at this point in the history
…ndition
  • Loading branch information
urjaman committed Jun 13, 2015
1 parent 6940651 commit 07a29ce
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 07a29ce

Please sign in to comment.