diff options
author | Chris Cullin <chris@miplace.com> | 2021-07-13 01:51:23 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-12 08:51:23 -0700 |
commit | 9c74fd14bc9777ec45cc93fa57bf83ab17b988db (patch) | |
tree | e82c74183f7413e303f6afa247bcd54a106bfc6f /docs/feature_rgb_matrix.md | |
parent | 4706231831b7b5926052ee1affc7f38a165c7761 (diff) | |
download | qmk_firmware-9c74fd14bc9777ec45cc93fa57bf83ab17b988db.tar.gz qmk_firmware-9c74fd14bc9777ec45cc93fa57bf83ab17b988db.zip |
Enable g_is31_leds PROGMEM for RGB Matrix IS31FL3737 driver (#13480)
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 |