From d7651d2b15af9c157c524676a1427fe128d57664 Mon Sep 17 00:00:00 2001 From: Holger Wirtz Date: Fri, 6 Nov 2020 15:13:02 +0100 Subject: [PATCH] Fixing encoder pins for T4.1-Adapter-Board pin layout. --- config.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 1f886a9..e34330b 100644 --- a/config.h +++ b/config.h @@ -237,9 +237,12 @@ #define ENC_R_PIN_B 29 #define BUT_R_PIN 30 #else -#define ENC_R_PIN_A 6 +//#define ENC_R_PIN_A 6 +//#define ENC_R_PIN_B 5 +//#define BUT_R_PIN 8 +#define ENC_R_PIN_A 24 #define ENC_R_PIN_B 5 -#define BUT_R_PIN 8 +#define BUT_R_PIN 9 #endif #define BUT_DEBOUNCE_MS 20 #define LONG_BUTTON_PRESS 500