skeletyl: set default layer led color
This commit is contained in:
parent
f10f04a126
commit
8cb0f7c058
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@ bool rgb_matrix_indicators_advanced_user(uint8_t led_min, uint8_t led_max) {
|
||||||
case 4:
|
case 4:
|
||||||
rgb_matrix_set_color(2, 255, 241, 21); // yellow
|
rgb_matrix_set_color(2, 255, 241, 21); // yellow
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
rgblight_sethsv(4, 75, 150); // warmhite (werte = hue, saturation, value)
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue