summaryrefslogtreecommitdiff
path: root/keyboards/rgbkb/pan/pan.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/rgbkb/pan/pan.c')
-rw-r--r--keyboards/rgbkb/pan/pan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/rgbkb/pan/pan.c b/keyboards/rgbkb/pan/pan.c
index 023c766de6..d175be3641 100644
--- a/keyboards/rgbkb/pan/pan.c
+++ b/keyboards/rgbkb/pan/pan.c
@@ -22,7 +22,7 @@
# include "ws2812.h"
// LED color buffer
-LED_TYPE rgb_matrix_ws2812_array[RGB_MATRIX_LED_COUNT];
+rgb_led_t rgb_matrix_ws2812_array[RGB_MATRIX_LED_COUNT];
static void init(void) {}