Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrections to Bootsel and Webconfig Hotkeys #706

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions site/docs/faq/faq-ps4-ps5-compatibility.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,15 @@ description: "FAQ related to PS4 and PS5 Compatibility"

## How do I get my GP2040-CE unit to work on a Playstation 4 or Playstation 5?

For Playstation 4 compatibility, you will need to use either the PS4 Mode or the PS Passthrough add-on.
For Playstation 4 compatibility, you will need to use either the PS4 Mode add-on or the PS Passthrough add-on. If you use PS Passthrough, you will need to disable the PS4 Mode add-on and enable the PS Passthrough add-on. You will also need to ensure that under the `Settings` section you have chosen `PS4` as your input mode and either `Controller` or `Arcade Stick`.

For Playstation 5 compatibility, you will need to disable the PS4 Mode add-on and enable the PS Passthrough add-on. You will also need to ensure that under the `Settings` section you have chosen `PS4` as your input mode and picked if you want the GP2040-CE unit to function as a `controller` or as a `fightstick`.
For Playstation 5 compatibility, you **cannot** use the PS4 Mode add-on. You will need to disable the PS4 Mode add-on and then enable the PS Passthrough add-on. You will also need to ensure that under the `Settings` section you have chosen `PS4` as your input mode and picked if you want the GP2040-CE unit to function as a `Arcade Stick`.

:::note

Setting it as `Controller` will not work on Playstation 5 using the PS Passthrough add-on.

:::

## What is PS4 Mode?

Expand Down
2 changes: 1 addition & 1 deletion site/docs/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ You can boot into Bootsel Mode by either holding <Hotkey buttons={["S1", "S2", "

WebConfig Mode is the state of the board where built-in web browser-based configuration application is launched. From here, you can customize and configure your controller as needed. For more information, click [here](./web-configurator/web-configurator.mdx) for more information.

You can boot into WebConfig Mode by holding the <Hotkey buttons={["S2"]}/> button while plugging in the controller or by holding <Hotkey buttons={["S2"]}/>, <Hotkey buttons={["B3"]}/>, and <Hotkey buttons={["B4"]}/> together for five seconds while the controller is plugged in. Holding this same combination again for five seconds while in webconfig mode will swap the device back to the previously used controller mode.
You can boot into WebConfig Mode by holding the <Hotkey buttons={["S2"]}/> button while plugging in the controller or by holding <Hotkey buttons={["S2", "B3", "B4"]}/> for five seconds while the controller is plugged in. Holding this same combination again for five seconds while in webconfig mode will swap the device back to the previously used controller mode.
InfraredAces marked this conversation as resolved.
Show resolved Hide resolved

## Input Modes

Expand Down
2 changes: 1 addition & 1 deletion site/docs/web-configurator/web-configurator.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Select the button labels to be displayed in the usage guide:
<InputLabelSelector />
<br />

GP2040-CE contains a built-in web-based configuration application which can be started by holding <Hotkey buttons={["S2"]}/> when plugging your controller into a PC or by holding <Hotkey buttons={["S2"]}/>, <Hotkey buttons={["B3"]}/>, and <Hotkey buttons={["B4"]}/> together for five seconds while the controller is plugged in. Then access <http://192.168.7.1> in a web browser to begin configuration.
GP2040-CE contains a built-in web-based configuration application which can be started by holding <Hotkey buttons={["S2"]}/> when plugging your controller into a PC or by holding <Hotkey buttons={["S2", "B3", "B4"]}/> for five seconds while the controller is plugged in. Then access <http://192.168.7.1> in a web browser to begin configuration.

This mode is compatible with Windows, Mac, Linux and SteamOS. Android and iOS devices are not supported at this time.

Expand Down