diff options
Diffstat (limited to 'docs/feature_led_matrix.md')
-rw-r--r-- | docs/feature_led_matrix.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_led_matrix.md b/docs/feature_led_matrix.md index d96199a3c..dfd63503f 100644 --- a/docs/feature_led_matrix.md +++ b/docs/feature_led_matrix.md | |||
@@ -54,7 +54,7 @@ For split keyboards using `LED_MATRIX_SPLIT` with an LED driver, you can either | |||
54 | Define these arrays listing all the LEDs in your `<keyboard>.c`: | 54 | Define these arrays listing all the LEDs in your `<keyboard>.c`: |
55 | 55 | ||
56 | ```c | 56 | ```c |
57 | const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = { | 57 | const is31_led PROGMEM g_is31_leds[DRIVER_LED_TOTAL] = { |
58 | /* Refer to IS31 manual for these locations | 58 | /* Refer to IS31 manual for these locations |
59 | * driver | 59 | * driver |
60 | * | LED address | 60 | * | LED address |