diff options
Diffstat (limited to 'keyboards/durgod')
| -rw-r--r-- | keyboards/durgod/dgk6x/galaxy/galaxy.c | 2 | ||||
| -rw-r--r-- | keyboards/durgod/dgk6x/hades/hades.c | 2 | ||||
| -rw-r--r-- | keyboards/durgod/dgk6x/venus/venus.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/durgod/dgk6x/galaxy/galaxy.c b/keyboards/durgod/dgk6x/galaxy/galaxy.c index 5f793ed85..86aef1bce 100644 --- a/keyboards/durgod/dgk6x/galaxy/galaxy.c +++ b/keyboards/durgod/dgk6x/galaxy/galaxy.c | |||
| @@ -18,7 +18,7 @@ | |||
| 18 | 18 | ||
| 19 | #ifdef RGB_MATRIX_ENABLE | 19 | #ifdef RGB_MATRIX_ENABLE |
| 20 | 20 | ||
| 21 | const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = { | 21 | const is31_led PROGMEM g_is31_leds[DRIVER_LED_TOTAL] = { |
| 22 | /* Refer to IS31 manual for these locations | 22 | /* Refer to IS31 manual for these locations |
| 23 | * driver | 23 | * driver |
| 24 | * | R location | 24 | * | R location |
diff --git a/keyboards/durgod/dgk6x/hades/hades.c b/keyboards/durgod/dgk6x/hades/hades.c index 3e235683f..2f2f9e650 100644 --- a/keyboards/durgod/dgk6x/hades/hades.c +++ b/keyboards/durgod/dgk6x/hades/hades.c | |||
| @@ -19,7 +19,7 @@ | |||
| 19 | #ifdef RGB_MATRIX_ENABLE | 19 | #ifdef RGB_MATRIX_ENABLE |
| 20 | 20 | ||
| 21 | 21 | ||
| 22 | const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = { | 22 | const is31_led PROGMEM g_is31_leds[DRIVER_LED_TOTAL] = { |
| 23 | /* Refer to IS31 manual for these locations | 23 | /* Refer to IS31 manual for these locations |
| 24 | * driver | 24 | * driver |
| 25 | * | R location | 25 | * | R location |
diff --git a/keyboards/durgod/dgk6x/venus/venus.c b/keyboards/durgod/dgk6x/venus/venus.c index 3398acb19..0b7fbd12f 100644 --- a/keyboards/durgod/dgk6x/venus/venus.c +++ b/keyboards/durgod/dgk6x/venus/venus.c | |||
| @@ -18,7 +18,7 @@ | |||
| 18 | 18 | ||
| 19 | #ifdef RGB_MATRIX_ENABLE | 19 | #ifdef RGB_MATRIX_ENABLE |
| 20 | 20 | ||
| 21 | const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = { | 21 | const is31_led PROGMEM g_is31_leds[DRIVER_LED_TOTAL] = { |
| 22 | /* Refer to IS31 manual for these locations | 22 | /* Refer to IS31 manual for these locations |
| 23 | * driver | 23 | * driver |
| 24 | * | R location | 24 | * | R location |
