From 1ec8b17d0e7cf21271f60b34daaf6a1569ee4cda Mon Sep 17 00:00:00 2001 From: jean-marcharvengt Date: Sat, 10 Oct 2020 16:25:47 +0200 Subject: [PATCH] fix second joystick directions (right/up swap) --- MCUME_teensy41/teensydoom/iopins.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MCUME_teensy41/teensydoom/iopins.h b/MCUME_teensy41/teensydoom/iopins.h index fb340f0..72fed3a 100644 --- a/MCUME_teensy41/teensydoom/iopins.h +++ b/MCUME_teensy41/teensydoom/iopins.h @@ -44,9 +44,9 @@ // Second joystick #define PIN_JOY1_BTN 34 -#define PIN_JOY1_1 38 // UP +#define PIN_JOY1_1 35 // UP #define PIN_JOY1_2 36 // DOWN -#define PIN_JOY1_3 35 // RIGHT +#define PIN_JOY1_3 38 // RIGHT #define PIN_JOY1_4 37 // LEFT #else