Skip to content

Commit

Permalink
v1.0.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
wiredopposite committed Dec 20, 2024
1 parent ddd1e91 commit a5bfa4f
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,30 @@ Firmware for the RP2040, capable of emulating gamepads for several game consoles
- Playstation Classic
- DInput

## Changing platforms
By default the OGX-Mini will emulate an OG Xbox controller, you must hold a button combo for 3 seconds to change which platform you want to play on. Your chosen mode will persist after powering off the device.

Start = Plus (Switch) = Options (Dualsense/DS4)

- XInput
- Start + Dpad Up
- Original Xbox
- Start + Dpad Right
- Original Xbox Steel Battalion
- Start + Dpad Right + Right Bumper
- Original Xbox DVD Remote
- Start + Dpad Right + Left Bumper
- Switch
- Start + Dpad Down
- PlayStation 3
- Start + Dpad Left
- PlayStation Classic
- Start + A (Cross for PlayStation and B for Switch gamepads)
- Web Application Mode
- Start + Left Bumper + Right Bumper

After a new mode is stored, the RP2040 will reset itself so you don't need to unplug it.

## Supported devices
### Wired controllers
- Original Xbox Duke and S
Expand Down Expand Up @@ -44,30 +68,6 @@ Note: Bluetooth functionality is in early testing, some may have quirks.
- And more
Please visit [this page](https://bluepad32.readthedocs.io/en/latest/supported_gamepads/) for a more comprehensive list of supported controllers and Bluetooth pairing instructions.

## Changing platforms
By default the OGX-Mini will emulate an OG Xbox controller, you must hold a button combo for 3 seconds to change which platform you want to play on. Your chosen mode will persist after powering off the device.

Start = Plus (Switch) = Options (Dualsense/DS4)

- XInput
- Start + Dpad Up
- Original Xbox
- Start + Dpad Right
- Original Xbox Steel Battalion
- Start + Dpad Right + Right Bumper
- Original Xbox DVD Remote
- Start + Dpad Right + Left Bumper
- Switch
- Start + Dpad Down
- PlayStation 3
- Start + Dpad Left
- PlayStation Classic
- Start + A (Cross for PlayStation and B for Switch gamepads)
- Web Application Mode
- Start + Left Bumper + Right Bumper

After a new mode is stored, the RP2040 will reset itself so you don't need to unplug it.

## Features new to v1.0.0
- Bluetooth functionality for the Pico W and Pico+ESP32.
- Web application for configuring deadzones and buttons mappings, supports up to 8 saved profiles.
Expand Down

0 comments on commit a5bfa4f

Please sign in to comment.