1
0
Fork 0

Added custom center point to rgb matrix

This commit is contained in:
Ryan Caltabiano 2019-05-15 22:23:42 -05:00 committed by Drashna Jaelre
parent 270b39b2eb
commit 5c7b37bbbd
7 changed files with 17 additions and 9 deletions

View file

@ -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)