From db444f9c6c2b1a4fe5870dad814d8691537d37ed Mon Sep 17 00:00:00 2001 From: Bastlerland <123169314+Bastlerland@users.noreply.github.com> Date: Fri, 30 Aug 2024 17:19:15 +0200 Subject: [PATCH 1/2] Update G.inc update --- src/Layouts/G.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Layouts/G.inc b/src/Layouts/G.inc index e1384be..59e04ac 100644 --- a/src/Layouts/G.inc +++ b/src/Layouts/G.inc @@ -33,7 +33,7 @@ ; ;**** **** **** **** **** **** **** **** **** **** **** **** **** -PWM_ACTIVE_HIGH EQU 1 ; Pwm non-inverted +PWM_ACTIVE_HIGH EQU 0 ; Pwm non-inverted COM_ACTIVE_HIGH EQU 1 ; Damping inverted COMPARATOR_PORT EQU 0 ; All comparator (mux) pins must be on the same port From 6ab5ac25ffd5fcd93e49b2f058217b36bdb63785 Mon Sep 17 00:00:00 2001 From: Bastlerland <123169314+Bastlerland@users.noreply.github.com> Date: Fri, 30 Aug 2024 17:21:04 +0200 Subject: [PATCH 2/2] Update G.inc --- src/Layouts/G.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Layouts/G.inc b/src/Layouts/G.inc index 59e04ac..0f3e85d 100644 --- a/src/Layouts/G.inc +++ b/src/Layouts/G.inc @@ -29,7 +29,7 @@ ; PORT 0 | PORT 1 | PWM COM PWM LED ; P0 P1 P2 P3 P4 P5 P6 P7 | P0 P1 P2 P3 P4 P5 P6 P7 | inv inv side n ; ----------------------- | ----------------------- | ------------------------- -; Bm Cm Am Vn __ RX __ __ | Ap Ac Bp Bc Cp Cc __ __ | no no high _ +; Bm Cm Am Vn __ RX __ __ | Ap Ac Bp Bc Cp Cc __ __ | no no high __ ; ;**** **** **** **** **** **** **** **** **** **** **** **** ****