From 368f942a2f3ee974343ec0f869e821fa68c9701e Mon Sep 17 00:00:00 2001 From: Luke Arntson Date: Fri, 21 Jul 2023 14:06:12 -0400 Subject: [PATCH] Quick fix for Reflex Encoder pins via Porkchop --- configs/ReflexEncoder/BoardConfig.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/ReflexEncoder/BoardConfig.h b/configs/ReflexEncoder/BoardConfig.h index c7e5b3e7b..c9e71cf2a 100644 --- a/configs/ReflexEncoder/BoardConfig.h +++ b/configs/ReflexEncoder/BoardConfig.h @@ -32,10 +32,10 @@ #define PIN_BUTTON_S2 17 // S2 / Start / Plus / Start / 10 / Start #define PIN_BUTTON_L3 18 // L3 / LS / LS / L3 / 11 / LS #define PIN_BUTTON_R3 19 // R3 / RS / RS / R3 / 12 / RS -#define PIN_BUTTON_A1 31 // A1 / Guide / Home / PS / 13 / ~ -#define PIN_BUTTON_A2 32 // A2 / ~ / Capture / ~ / 14 / ~ +#define PIN_BUTTON_A1 20 // A1 / Guide / Home / PS / 13 / ~ +#define PIN_BUTTON_A2 21 // A2 / ~ / Capture / ~ / 14 / ~ #define PIN_BUTTON_FN -1 // Hotkey Function -#define PIN_BUTTON_TURBO 17 // Turbo +#define PIN_BUTTON_TURBO 14 // Turbo #define PIN_BUTTON_REVERSE -1 // UDLR Reverse #define PIN_SLIDER_LS -1 // Left Stick Slider #define PIN_SLIDER_RS -1 // Right Stick Slider