diff options
Diffstat (limited to 'quantum/rgb_matrix.c')
-rw-r--r-- | quantum/rgb_matrix.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/quantum/rgb_matrix.c b/quantum/rgb_matrix.c index a6a9549af..98baf5cb5 100644 --- a/quantum/rgb_matrix.c +++ b/quantum/rgb_matrix.c | |||
@@ -32,6 +32,14 @@ | |||
32 | const point_t k_rgb_matrix_center = RGB_MATRIX_CENTER; | 32 | const point_t k_rgb_matrix_center = RGB_MATRIX_CENTER; |
33 | #endif | 33 | #endif |
34 | 34 | ||
35 | // Generic effect runners | ||
36 | #include "rgb_matrix_runners/effect_runner_dx_dy_dist.h" | ||
37 | #include "rgb_matrix_runners/effect_runner_dx_dy.h" | ||
38 | #include "rgb_matrix_runners/effect_runner_i.h" | ||
39 | #include "rgb_matrix_runners/effect_runner_sin_cos_i.h" | ||
40 | #include "rgb_matrix_runners/effect_runner_reactive.h" | ||
41 | #include "rgb_matrix_runners/effect_runner_reactive_splash.h" | ||
42 | |||
35 | // ------------------------------------------ | 43 | // ------------------------------------------ |
36 | // -----Begin rgb effect includes macros----- | 44 | // -----Begin rgb effect includes macros----- |
37 | #define RGB_MATRIX_EFFECT(name) | 45 | #define RGB_MATRIX_EFFECT(name) |