Added custom center point to rgb matrix
This commit is contained in:
parent
270b39b2eb
commit
5c7b37bbbd
7 changed files with 17 additions and 9 deletions
|
@ -26,6 +26,12 @@
|
|||
|
||||
#include "lib/lib8tion/lib8tion.h"
|
||||
|
||||
#ifndef RGB_MATRIX_CENTER
|
||||
const point_t k_rgb_matrix_center = { 112, 32 };
|
||||
#else
|
||||
const point_t k_rgb_matrix_center = RGB_MATRIX_CENTER;
|
||||
#endif
|
||||
|
||||
// ------------------------------------------
|
||||
// -----Begin rgb effect includes macros-----
|
||||
#define RGB_MATRIX_EFFECT(name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue