ActiveModColor: Dim the lights a little

Bright white is both distracting, and draws too much power. Dim it, and the red
sticky default too.

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
pull/537/head
Gergely Nagy 6 years ago
parent 116f9b9e71
commit 45860204dd
No known key found for this signature in database
GPG Key ID: AC1E90BAC433F68F

@ -26,10 +26,10 @@ uint8_t ActiveModColorEffect::mod_keys_[MAX_MODS_PER_LAYER];
uint8_t ActiveModColorEffect::mod_key_count_; uint8_t ActiveModColorEffect::mod_key_count_;
cRGB ActiveModColorEffect::highlight_color = (cRGB) { cRGB ActiveModColorEffect::highlight_color = (cRGB) {
0xff, 0xff, 0xff 160, 160, 160
}; };
cRGB ActiveModColorEffect::sticky_color = CRGB(0xff, 0x00, 0x00); cRGB ActiveModColorEffect::sticky_color = CRGB(160, 0, 0);
EventHandlerResult ActiveModColorEffect::onLayerChange() { EventHandlerResult ActiveModColorEffect::onLayerChange() {
if (!Kaleidoscope.has_leds) if (!Kaleidoscope.has_leds)

Loading…
Cancel
Save