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