skeletyl: docs
This commit is contained in:
parent
9c6129f815
commit
f10f04a126
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ bool rgb_matrix_indicators_advanced_user(uint8_t led_min, uint8_t led_max) {
|
||||||
rgblight_sethsv(4, 75, 150); // warmhite (werte = hue, saturation, value)
|
rgblight_sethsv(4, 75, 150); // warmhite (werte = hue, saturation, value)
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
|
// <led-index> {siehe ../../skeletyl.c) <rgb-wert>
|
||||||
rgb_matrix_set_color(2, 255, 165, 0); // orange
|
rgb_matrix_set_color(2, 255, 165, 0); // orange
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
|
|
Loading…
Reference in a new issue