diff options
| author | Joel Challis <git@zvecr.com> | 2021-11-24 07:38:49 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-24 18:38:49 +1100 |
| commit | 282e916d86a5d353b7cbdfef3afad3c7b011eb14 (patch) | |
| tree | d711831ca1accadede43c38bc1bcd91d73ad3dc9 /keyboards/matrix | |
| parent | 80f91f7b9aa8987d4594a466d2348830b1c32dc2 (diff) | |
| download | qmk_firmware-282e916d86a5d353b7cbdfef3afad3c7b011eb14.tar.gz qmk_firmware-282e916d86a5d353b7cbdfef3afad3c7b011eb14.zip | |
Remove use of __flash due to LTO issues (#15268)
Diffstat (limited to 'keyboards/matrix')
| -rw-r--r-- | keyboards/matrix/m20add/rgb_ring.c | 2 | ||||
| -rw-r--r-- | keyboards/matrix/noah/noah.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/matrix/m20add/rgb_ring.c b/keyboards/matrix/m20add/rgb_ring.c index e759ee4e4..7535cb5bd 100644 --- a/keyboards/matrix/m20add/rgb_ring.c +++ b/keyboards/matrix/m20add/rgb_ring.c | |||
| @@ -30,7 +30,7 @@ | |||
| 30 | #endif | 30 | #endif |
| 31 | // rgb ring leds setting | 31 | // rgb ring leds setting |
| 32 | 32 | ||
| 33 | const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = { | 33 | const is31_led PROGMEM g_is31_leds[DRIVER_LED_TOTAL] = { |
| 34 | /* Refer to IS31 manual for these locations | 34 | /* Refer to IS31 manual for these locations |
| 35 | * driver | 35 | * driver |
| 36 | * | R location | 36 | * | R location |
diff --git a/keyboards/matrix/noah/noah.c b/keyboards/matrix/noah/noah.c index 20d68f34e..2143dee3b 100644 --- a/keyboards/matrix/noah/noah.c +++ b/keyboards/matrix/noah/noah.c | |||
| @@ -58,7 +58,7 @@ void matrix_scan_kb(void) { | |||
| 58 | } | 58 | } |
| 59 | 59 | ||
| 60 | #ifdef RGB_MATRIX_ENABLE | 60 | #ifdef RGB_MATRIX_ENABLE |
| 61 | const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = { | 61 | const is31_led PROGMEM g_is31_leds[DRIVER_LED_TOTAL] = { |
| 62 | /* Refer to IS31 manual for these locations | 62 | /* Refer to IS31 manual for these locations |
| 63 | * driver | 63 | * driver |
| 64 | * | R location | 64 | * | R location |
