aboutsummaryrefslogtreecommitdiff
path: root/quantum/rgb_matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/rgb_matrix.c')
-rw-r--r--quantum/rgb_matrix.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/quantum/rgb_matrix.c b/quantum/rgb_matrix.c
index 9b9932df5..a6a9549af 100644
--- a/quantum/rgb_matrix.c
+++ b/quantum/rgb_matrix.c
@@ -26,6 +26,12 @@
26 26
27#include "lib/lib8tion/lib8tion.h" 27#include "lib/lib8tion/lib8tion.h"
28 28
29#ifndef RGB_MATRIX_CENTER
30 const point_t k_rgb_matrix_center = { 112, 32 };
31#else
32 const point_t k_rgb_matrix_center = RGB_MATRIX_CENTER;
33#endif
34
29// ------------------------------------------ 35// ------------------------------------------
30// -----Begin rgb effect includes macros----- 36// -----Begin rgb effect includes macros-----
31#define RGB_MATRIX_EFFECT(name) 37#define RGB_MATRIX_EFFECT(name)