diff options
Diffstat (limited to 'keyboards/planck')
| -rw-r--r-- | keyboards/planck/ez/ez.c | 2 | ||||
| -rw-r--r-- | keyboards/planck/light/light.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/planck/ez/ez.c b/keyboards/planck/ez/ez.c index 27cb2a1d1..5c68726a0 100644 --- a/keyboards/planck/ez/ez.c +++ b/keyboards/planck/ez/ez.c | |||
| @@ -21,7 +21,7 @@ | |||
| 21 | 21 | ||
| 22 | keyboard_config_t keyboard_config; | 22 | keyboard_config_t keyboard_config; |
| 23 | #ifdef RGB_MATRIX_ENABLE | 23 | #ifdef RGB_MATRIX_ENABLE |
| 24 | const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = { | 24 | const is31_led PROGMEM g_is31_leds[DRIVER_LED_TOTAL] = { |
| 25 | /* Refer to IS31 manual for these locations | 25 | /* Refer to IS31 manual for these locations |
| 26 | * driver | 26 | * driver |
| 27 | * | R location | 27 | * | R location |
diff --git a/keyboards/planck/light/light.c b/keyboards/planck/light/light.c index 839848228..1967d318d 100644 --- a/keyboards/planck/light/light.c +++ b/keyboards/planck/light/light.c | |||
| @@ -16,7 +16,7 @@ | |||
| 16 | 16 | ||
| 17 | #include "light.h" | 17 | #include "light.h" |
| 18 | 18 | ||
| 19 | const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = { | 19 | const is31_led PROGMEM g_is31_leds[DRIVER_LED_TOTAL] = { |
| 20 | /* Refer to IS31 manual for these locations | 20 | /* Refer to IS31 manual for these locations |
| 21 | * driver | 21 | * driver |
| 22 | * | R location | 22 | * | R location |
