From c67326d85257762e6392862eb334da19b160c279 Mon Sep 17 00:00:00 2001 From: Marcel Feix Date: Thu, 20 Jan 2022 21:17:48 +0100 Subject: [PATCH] asdf --- components/dmamatrix/dmamatrix.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/dmamatrix/dmamatrix.cpp b/components/dmamatrix/dmamatrix.cpp index 310ef20..f66e51c 100644 --- a/components/dmamatrix/dmamatrix.cpp +++ b/components/dmamatrix/dmamatrix.cpp @@ -4,11 +4,11 @@ //for some reason get pin is not working i didnt care and use this work around. #define B1_PIN 17 -#define B2_PIN 4 +#define R2_PIN 4 #define G1_PIN 2 #define G2_PIN 15 #define R1_PIN 16 -#define R2_PIN 12 +#define B2_PIN 12 #define A_PIN 26 #define B_PIN 13 #define C_PIN 14