1
0
Fork 0

Remove use of __flash due to LTO issues (#15268)

This commit is contained in:
Joel Challis 2021-11-24 07:38:49 +00:00 committed by GitHub
parent 80f91f7b9a
commit 282e916d86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
99 changed files with 131 additions and 117 deletions

View file

@ -18,7 +18,7 @@
#include "ansi.h"
#ifdef RGB_MATRIX_ENABLE
led_config_t __flash g_led_config = {{
led_config_t PROGMEM g_led_config = {{
{ 4, NO_LED, NO_LED, 95, 65, 79, 5, 28 },
{ 8, 2, 9, 0, 10, 75, 1, 7 },
{ 14, 3, 15, NO_LED, 16, 86, 6, 13 },