diff options
Diffstat (limited to 'keyboards/whitefox/whitefox.c')
-rw-r--r-- | keyboards/whitefox/whitefox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/whitefox/whitefox.c b/keyboards/whitefox/whitefox.c index b17af1512..99c59f773 100644 --- a/keyboards/whitefox/whitefox.c +++ b/keyboards/whitefox/whitefox.c | |||
@@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
18 | #include "whitefox.h" | 18 | #include "whitefox.h" |
19 | 19 | ||
20 | #ifdef LED_MATRIX_ENABLE | 20 | #ifdef LED_MATRIX_ENABLE |
21 | const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = { | 21 | const is31_led PROGMEM g_is31_leds[DRIVER_LED_TOTAL] = { |
22 | // The numbers in the comments are the led numbers DXX on the PCB | 22 | // The numbers in the comments are the led numbers DXX on the PCB |
23 | /* Refer to IS31 manual for these locations | 23 | /* Refer to IS31 manual for these locations |
24 | * driver | 24 | * driver |