skeletyl: docs

This commit is contained in:
Michael Grote 2024-03-18 11:15:11 +01:00
parent 9c6129f815
commit f10f04a126

View file

@ -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)
break;
case 1:
// <led-index> {siehe ../../skeletyl.c) <rgb-wert>
rgb_matrix_set_color(2, 255, 165, 0); // orange
break;
case 2: