Merge pull request #537 from keyboardio/ActiveModColor/dim-the-highlights

ActiveModColor: Dim the lights a little
pull/539/head
Jesse Vincent 6 years ago committed by GitHub
commit 06b4ac01cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,10 +26,10 @@ uint8_t ActiveModColorEffect::mod_keys_[MAX_MODS_PER_LAYER];
uint8_t ActiveModColorEffect::mod_key_count_;
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() {
if (!Kaleidoscope.has_leds)

Loading…
Cancel
Save