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/xbows/numpad | |
| 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/xbows/numpad')
| -rw-r--r-- | keyboards/xbows/numpad/numpad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/xbows/numpad/numpad.c b/keyboards/xbows/numpad/numpad.c index 8f25152e3..bbc2a1e98 100644 --- a/keyboards/xbows/numpad/numpad.c +++ b/keyboards/xbows/numpad/numpad.c | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | */ | 15 | */ |
| 16 | #include "numpad.h" | 16 | #include "numpad.h" |
| 17 | #ifdef RGB_MATRIX_ENABLE | 17 | #ifdef RGB_MATRIX_ENABLE |
| 18 | const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = { | 18 | const is31_led PROGMEM g_is31_leds[DRIVER_LED_TOTAL] = { |
| 19 | 19 | ||
| 20 | {0, C3_3, C2_3, C1_3}, // L01 | 20 | {0, C3_3, C2_3, C1_3}, // L01 |
| 21 | {0, C3_4, C2_4, C1_4}, // L02 | 21 | {0, C3_4, C2_4, C1_4}, // L02 |
