mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
Added purple and orange LED
This commit is contained in:
@@ -382,6 +382,12 @@ void AppsContainer::activateExamMode(GlobalPreferences::ExamMode examMode) {
|
||||
case 4:
|
||||
Ion::LED::setColor(KDColorYellow);
|
||||
break;
|
||||
case 5:
|
||||
Ion::LED::setColor(KDColorPurple);
|
||||
break;
|
||||
case 6:
|
||||
Ion::LED::setColor(KDColorOrange);
|
||||
break;
|
||||
}
|
||||
/* The Dutch exam mode LED is supposed to be orange but we can only make
|
||||
* blink "pure" colors: with RGB leds on or off (as the PWM is used for
|
||||
|
||||
Reference in New Issue
Block a user