# RGB LED

<figure><img src="/files/UYrGelv2OPXwiaqlFxpX" alt=""><figcaption></figcaption></figure>

DDC supports full RGB LED integration with SimHub for Atmel 32U4 and RP2040 boards. You can use the RGB editor in SimHub to set up you LEDs and have them react to game telemetry. DDC also has internal LED control.

DDC supports up to 4 chains of LEDs. Normally, a single chain would suffice, but in some cases it can be practical to split them up; for instance for having an option to expand with more LEDs later, or you're using LED strips and chaining them leads to wiring obstacles.&#x20;

The four chains will be summized before reaching the LED editor in SimHub. So If chain 1 has 11 LEDs, the first LED in chain two is LED number 12, etc.

Each chain needs a single digital pin, VCC and GND. So you'll likely get away with spending just 1 digital pin on your LEDs.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dahl-design.gitbook.io/ddc/1.-project-planning/leds.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
