diff options
Diffstat (limited to 'quantum/rgb_matrix.c')
-rw-r--r-- | quantum/rgb_matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/rgb_matrix.c b/quantum/rgb_matrix.c index f239bd582..c756857ae 100644 --- a/quantum/rgb_matrix.c +++ b/quantum/rgb_matrix.c | |||
@@ -23,7 +23,7 @@ | |||
23 | #include <string.h> | 23 | #include <string.h> |
24 | #include <math.h> | 24 | #include <math.h> |
25 | 25 | ||
26 | #include "lib/lib8tion/lib8tion.h" | 26 | #include <lib/lib8tion/lib8tion.h> |
27 | 27 | ||
28 | #ifndef RGB_MATRIX_CENTER | 28 | #ifndef RGB_MATRIX_CENTER |
29 | const point_t k_rgb_matrix_center = {112, 32}; | 29 | const point_t k_rgb_matrix_center = {112, 32}; |