1
0
Fork 0

Top level heading for common config (LED Matrix) (#13153)

This commit is contained in:
Brian Low 2021-06-15 23:07:24 -06:00 committed by GitHub
parent 968e4f96a4
commit 875bb48a20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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