summaryrefslogtreecommitdiff
path: root/docs/feature_led_matrix.md
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2024-02-12 13:19:45 +1100
committerGitHub <noreply@github.com>2024-02-12 02:19:45 +0000
commit3ba88f7798065f4e0734859bb3f416045952b58d (patch)
tree71e9abe03bf429b8c7097f98f2418d83783bf222 /docs/feature_led_matrix.md
parent3e5f5bda4af1f04bd6faf8cc58acf0c993b6c0ac (diff)
LED drivers: update PWM register defines for `g_<driver>_leds` (#23052)
Diffstat (limited to 'docs/feature_led_matrix.md')
-rw-r--r--docs/feature_led_matrix.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/feature_led_matrix.md b/docs/feature_led_matrix.md
index 6cb173face..3a3a9dbf84 100644
--- a/docs/feature_led_matrix.md
+++ b/docs/feature_led_matrix.md
@@ -142,8 +142,8 @@ const is31_led PROGMEM g_is31_leds[LED_MATRIX_LED_COUNT] = {
* driver
* | LED address
* | | */
- { 0, CS1_SW1 },
- { 0, CS2_SW1 },
+ { 0, SW1_CS1 },
+ { 0, SW1_CS2 },
// ...
}
```