diff options
Diffstat (limited to 'docs/feature_rgb_matrix.md')
-rw-r--r-- | docs/feature_rgb_matrix.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_rgb_matrix.md b/docs/feature_rgb_matrix.md index 675b7a1be..be763ee02 100644 --- a/docs/feature_rgb_matrix.md +++ b/docs/feature_rgb_matrix.md | |||
@@ -171,7 +171,7 @@ Currently only a single drivers is supported, but it would be trivial to support | |||
171 | Define these arrays listing all the LEDs in your `<keyboard>.c`: | 171 | Define these arrays listing all the LEDs in your `<keyboard>.c`: |
172 | 172 | ||
173 | ```c | 173 | ```c |
174 | const is31_led g_is31_leds[DRIVER_LED_TOTAL] = { | 174 | const is31_led PROGMEM g_is31_leds[DRIVER_LED_TOTAL] = { |
175 | /* Refer to IS31 manual for these locations | 175 | /* Refer to IS31 manual for these locations |
176 | * driver | 176 | * driver |
177 | * | R location | 177 | * | R location |