diff --git a/keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c b/keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c
index 6df5a90894..faffb27557 100644
--- a/keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c
+++ b/keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c
@@ -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: