From 968e4f96a49d81fdc3dbc063fc5dcfa9a2c89ade Mon Sep 17 00:00:00 2001 From: Brian Low Date: Tue, 15 Jun 2021 23:07:03 -0600 Subject: Top level heading for common config (RGB Matrix) (#13120) * Top level heading for common config Prior to this, the some of the common config looks like a detail of the APA102 driver * Change heading to Common Config (RGB Matrix) --- docs/feature_rgb_matrix.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/feature_rgb_matrix.md b/docs/feature_rgb_matrix.md index 169443fb85..bfb3688b67 100644 --- a/docs/feature_rgb_matrix.md +++ b/docs/feature_rgb_matrix.md @@ -229,6 +229,8 @@ Configure the hardware via your `config.h`: --- +## 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 -- cgit v1.2.3 From 875bb48a20504474e7a3627c3092d9d90b087404 Mon Sep 17 00:00:00 2001 From: Brian Low Date: Tue, 15 Jun 2021 23:07:24 -0600 Subject: Top level heading for common config (LED Matrix) (#13153) --- docs/feature_led_matrix.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/feature_led_matrix.md b/docs/feature_led_matrix.md index 9c3e2c7f3d..5134ab6efa 100644 --- a/docs/feature_led_matrix.md +++ b/docs/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 -- cgit v1.2.3