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 afa11e723..7d7971bbe 100644 --- a/docs/feature_led_matrix.md +++ b/docs/feature_led_matrix.md | |||
@@ -52,7 +52,7 @@ Here is an example using 2 drivers. | |||
52 | Define these arrays listing all the LEDs in your `<keyboard>.c`: | 52 | Define these arrays listing all the LEDs in your `<keyboard>.c`: |
53 | 53 | ||
54 | ```c | 54 | ```c |
55 | const is31_led g_is31_leds[DRIVER_LED_TOTAL] = { | 55 | const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = { |
56 | /* Refer to IS31 manual for these locations | 56 | /* Refer to IS31 manual for these locations |
57 | * driver | 57 | * driver |
58 | * | LED address | 58 | * | LED address |