diff --git a/apps/usb_timer.cpp b/apps/usb_timer.cpp index 123f43959..d14fa8965 100644 --- a/apps/usb_timer.cpp +++ b/apps/usb_timer.cpp @@ -20,6 +20,9 @@ bool USBTimer::fire() { KDColor LEDColor = Ion::Battery::isCharging() ? KDColorYellow : KDColorGreen; Ion::LED::setColor(LEDColor); #endif + if (!m_previousPluggedState) { + Ion::Backlight::setBrightness(Ion::Backlight::MaxBrightness); + } m_previousPluggedState = true; } else { if (m_previousPluggedState) {