Reduce rgb matrix firmware size
This commit is contained in:
parent
e7af23788f
commit
c9a7161d93
31 changed files with 317 additions and 404 deletions
|
@ -32,6 +32,14 @@
|
|||
const point_t k_rgb_matrix_center = RGB_MATRIX_CENTER;
|
||||
#endif
|
||||
|
||||
// Generic effect runners
|
||||
#include "rgb_matrix_runners/effect_runner_dx_dy_dist.h"
|
||||
#include "rgb_matrix_runners/effect_runner_dx_dy.h"
|
||||
#include "rgb_matrix_runners/effect_runner_i.h"
|
||||
#include "rgb_matrix_runners/effect_runner_sin_cos_i.h"
|
||||
#include "rgb_matrix_runners/effect_runner_reactive.h"
|
||||
#include "rgb_matrix_runners/effect_runner_reactive_splash.h"
|
||||
|
||||
// ------------------------------------------
|
||||
// -----Begin rgb effect includes macros-----
|
||||
#define RGB_MATRIX_EFFECT(name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue