Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Commit

Permalink
Swap left and right pin mapping #25
Browse files Browse the repository at this point in the history
  • Loading branch information
FeralAI committed Oct 21, 2021
1 parent bbfaf4e commit 7c13312
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/Pico/BoardConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

#define PIN_DPAD_UP 2
#define PIN_DPAD_DOWN 3
#define PIN_DPAD_LEFT 4
#define PIN_DPAD_RIGHT 5
#define PIN_DPAD_RIGHT 4
#define PIN_DPAD_LEFT 5
#define PIN_BUTTON_B1 6
#define PIN_BUTTON_B2 7
#define PIN_BUTTON_R2 8
Expand Down
Binary file modified configs/Pico/assets/PinMapping.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified configs/Pico/assets/PinMapping.xcf
Binary file not shown.

0 comments on commit 7c13312

Please sign in to comment.