Reduce rgb matrix firmware size
This commit is contained in:
committed by
Drashna Jaelre
parent
e7af23788f
commit
c9a7161d93
@@ -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)
|
||||
|
Reference in New Issue
Block a user