aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTJ <tom.campie@gmail.com>2020-09-17 12:45:42 -0500
committerGitHub <noreply@github.com>2020-09-17 18:45:42 +0100
commitbc15c4f4ab81c1e2950dfc1c38cf86dc626573c9 (patch)
tree9db8922f3abe101a0565a91fe0f36e2f26ff4b59 /docs
parentf37a134f712891db64b1391a250b0d752206f520 (diff)
downloadfirmware-bc15c4f4ab81c1e2950dfc1c38cf86dc626573c9.tar.gz
firmware-bc15c4f4ab81c1e2950dfc1c38cf86dc626573c9.tar.bz2
firmware-bc15c4f4ab81c1e2950dfc1c38cf86dc626573c9.zip
Update led_conf_t example (#10327)
Diffstat (limited to 'docs')
-rw-r--r--docs/feature_rgb_matrix.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_rgb_matrix.md b/docs/feature_rgb_matrix.md
index a8fad59a1..b70a5fcba 100644
--- a/docs/feature_rgb_matrix.md
+++ b/docs/feature_rgb_matrix.md
@@ -129,7 +129,7 @@ Configure the hardware via your `config.h`:
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
-const led_config_t g_led_config = { {
+led_config_t g_led_config = { {
// Key Matrix to LED Index
{ 5, NO_LED, NO_LED, 0 },
{ NO_LED, NO_LED, NO_LED, NO_LED },