aboutsummaryrefslogtreecommitdiff
path: root/keyboards/dztech/dz65rgb/v1/v1.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/dztech/dz65rgb/v1/v1.c')
-rw-r--r--keyboards/dztech/dz65rgb/v1/v1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/dztech/dz65rgb/v1/v1.c b/keyboards/dztech/dz65rgb/v1/v1.c
index aabe41c31..8caced800 100644
--- a/keyboards/dztech/dz65rgb/v1/v1.c
+++ b/keyboards/dztech/dz65rgb/v1/v1.c
@@ -16,7 +16,7 @@
16#include "v1.h" 16#include "v1.h"
17 17
18#ifdef RGB_MATRIX_ENABLE 18#ifdef RGB_MATRIX_ENABLE
19const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = { 19const is31_led PROGMEM g_is31_leds[DRIVER_LED_TOTAL] = {
20 { 0, C8_8, C7_8, C6_8 }, 20 { 0, C8_8, C7_8, C6_8 },
21 { 0, C9_8, C7_7, C6_7 }, 21 { 0, C9_8, C7_7, C6_7 },
22 { 0, C9_7, C8_7, C6_6 }, 22 { 0, C9_7, C8_7, C6_6 },