Browse Source

bugfix (I don't know what's changed yet but something changed) (#15455)

pull/12852/head
peepeetee 2 years ago
committed by GitHub
parent
commit
711a608351
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      keyboards/kprepublic/bm60hsrgb/rev2/rev2.c

+ 1
- 1
keyboards/kprepublic/bm60hsrgb/rev2/rev2.c View File

@ -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 },


Loading…
Cancel
Save