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 a3dd51f7b..fd04adc27 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}; |
