~ruther/qmk_firmware

a61c38c7ecbd0d96500501413696778d41d9d54d — QMK Bot 4 years ago 03f7bec + 875bb48
Merge remote-tracking branch 'origin/master' into develop
2 files changed, 4 insertions(+), 0 deletions(-)

M docs/feature_led_matrix.md
M docs/feature_rgb_matrix.md
M docs/feature_led_matrix.md => docs/feature_led_matrix.md +2 -0
@@ 67,6 67,8 @@ Where `Cx_y` is the location of the LED in the matrix defined by [the datasheet]

---

## Common Configuration :id=common-configuration

From this point forward the configuration is the same for all the drivers. The `led_config_t` struct provides a key electrical matrix to led index lookup table, what the physical position of each LED is on the board, and what type of key or usage the LED if the LED represents. Here is a brief example:

```c

M docs/feature_rgb_matrix.md => docs/feature_rgb_matrix.md +2 -0
@@ 297,6 297,8 @@ const aw_led g_aw_leds[DRIVER_LED_TOTAL] = {

---

## Common Configuration :id=common-configuration

From this point forward the configuration is the same for all the drivers. The `led_config_t` struct provides a key electrical matrix to led index lookup table, what the physical position of each LED is on the board, and what type of key or usage the LED if the LED represents. Here is a brief example:

```c