fix second joystick directions (right/up swap)
This commit is contained in:
parent
1c711d5497
commit
1ec8b17d0e
1 changed files with 2 additions and 2 deletions
|
|
@ -44,9 +44,9 @@
|
||||||
|
|
||||||
// Second joystick
|
// Second joystick
|
||||||
#define PIN_JOY1_BTN 34
|
#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_2 36 // DOWN
|
||||||
#define PIN_JOY1_3 35 // RIGHT
|
#define PIN_JOY1_3 38 // RIGHT
|
||||||
#define PIN_JOY1_4 37 // LEFT
|
#define PIN_JOY1_4 37 // LEFT
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue