Skip to content

Commit

Permalink
Quick fix for Reflex Encoder pins via Porkchop
Browse files Browse the repository at this point in the history
  • Loading branch information
arntsonl committed Jul 21, 2023
1 parent 39d31ce commit 368f942
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configs/ReflexEncoder/BoardConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 368f942

Please sign in to comment.