diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2021-12-12 00:20:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-11 16:20:00 +0000 |
commit | 711a608351c02b514c236912a891f07cad1bcfb8 (patch) | |
tree | 7a210097fe5efb0268fdebbbc2c023ca3c92e983 /keyboards/kprepublic/bm60hsrgb/rev2/rev2.c | |
parent | 9294258c02d3e025e01935a06c4d9f1997535bda (diff) |
bugfix (I don't know what's changed yet but something changed) (#15455)
Diffstat (limited to 'keyboards/kprepublic/bm60hsrgb/rev2/rev2.c')
-rw-r--r-- | keyboards/kprepublic/bm60hsrgb/rev2/rev2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/kprepublic/bm60hsrgb/rev2/rev2.c b/keyboards/kprepublic/bm60hsrgb/rev2/rev2.c index c6d80d2810..4fe8480691 100644 --- a/keyboards/kprepublic/bm60hsrgb/rev2/rev2.c +++ b/keyboards/kprepublic/bm60hsrgb/rev2/rev2.c @@ -22,7 +22,7 @@ # include "is31fl3733.h" # include "ws2812.h" -const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = { +const is31_led PROGMEM g_is31_leds[DRIVER_LED_TOTAL] = { { 0, B_1, A_1, C_1 }, { 0, B_2, A_2, C_2 }, { 0, B_3, A_3, C_3 }, |