From 72658c699fbdb5ce79186137e32f8eaa93e59cf2 Mon Sep 17 00:00:00 2001 From: drashna Date: Wed, 16 Jun 2021 05:08:48 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20master=20@?= =?UTF-8?q?=20875bb48a20504474e7a3627c3092d9d90b087404=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- feature_led_matrix.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/feature_led_matrix.md b/feature_led_matrix.md index 9c3e2c7f3d2..5134ab6efac 100644 --- a/feature_led_matrix.md +++ b/feature_led_matrix.md @@ -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