From e3337951e11cf145e472dbf9655c88544afdeeb3 Mon Sep 17 00:00:00 2001 From: Lazorne Date: Wed, 17 Jan 2024 20:23:50 +0100 Subject: [PATCH] Fixes --- .../playstation/dualsense-edge.md | 19 +++++++ .../wiki_controllers/playstation/dualsense.md | 19 +++++++ .../playstation/dualshock-3.md | 19 +++++++ .../playstation/dualshock-4.md | 19 +++++++ ...-playstation.md => playstation-hotkeys.md} | 50 +------------------ wiki-rtd/mkdocs.yml | 16 +++--- 6 files changed, 87 insertions(+), 55 deletions(-) create mode 100644 wiki-rtd/docs/wiki_controllers/playstation/dualsense-edge.md create mode 100644 wiki-rtd/docs/wiki_controllers/playstation/dualsense.md create mode 100644 wiki-rtd/docs/wiki_controllers/playstation/dualshock-3.md create mode 100644 wiki-rtd/docs/wiki_controllers/playstation/dualshock-4.md rename wiki-rtd/docs/wiki_controllers/playstation/{controllers-playstation.md => playstation-hotkeys.md} (85%) diff --git a/wiki-rtd/docs/wiki_controllers/playstation/dualsense-edge.md b/wiki-rtd/docs/wiki_controllers/playstation/dualsense-edge.md new file mode 100644 index 0000000..48bf23e --- /dev/null +++ b/wiki-rtd/docs/wiki_controllers/playstation/dualsense-edge.md @@ -0,0 +1,19 @@ +# PlayStation 5 - DualSense Edge + + + +### Steam Input support +Yes + +### Linux Kernel Support +Yes, since 6.2 - `hid-playstation` + +## What are the Official profiles called? + +- DualSense: `RetroDECK: DualSense` + +### RetroDECK Hotkeys + +The same hotkeys are used for PS3, PS4, PS5 controllers. Read more here: + +[Playstation: RetroDECK Hotkeys](playstation-hotkeys.md) diff --git a/wiki-rtd/docs/wiki_controllers/playstation/dualsense.md b/wiki-rtd/docs/wiki_controllers/playstation/dualsense.md new file mode 100644 index 0000000..217faaf --- /dev/null +++ b/wiki-rtd/docs/wiki_controllers/playstation/dualsense.md @@ -0,0 +1,19 @@ +# PlayStation 5 - DualSense + + + +### Steam Input support +Yes + +### Linux Kernel Support +Yes, since 5.14 - `hid-playstation` + +## What are the Official profiles called? + +- DualSense: `RetroDECK: DualSense` + +### RetroDECK Hotkeys + +The same hotkeys are used for PS3, PS4, PS5 controllers. Read more here: + +[Playstation: RetroDECK Hotkeys](playstation-hotkeys.md) diff --git a/wiki-rtd/docs/wiki_controllers/playstation/dualshock-3.md b/wiki-rtd/docs/wiki_controllers/playstation/dualshock-3.md new file mode 100644 index 0000000..490be4b --- /dev/null +++ b/wiki-rtd/docs/wiki_controllers/playstation/dualshock-3.md @@ -0,0 +1,19 @@ +# PlayStation 3 - Dualshock 3 / Sixaxis + + + +### Steam Input support +Yes + +### Linux Kernel Support +Yes, 2.17 `hid-sony` + +## What are the Official profiles called? + +- Dualshock 3 / Sixaxis: `RetroDECK: Dualshock 3` + +### RetroDECK Hotkeys + +The same hotkeys are used for PS3, PS4, PS5 controllers. Read more here: + +[Playstation: RetroDECK Hotkeys](playstation-hotkeys.md) diff --git a/wiki-rtd/docs/wiki_controllers/playstation/dualshock-4.md b/wiki-rtd/docs/wiki_controllers/playstation/dualshock-4.md new file mode 100644 index 0000000..e04b796 --- /dev/null +++ b/wiki-rtd/docs/wiki_controllers/playstation/dualshock-4.md @@ -0,0 +1,19 @@ +# PlayStation 4 - Dualshock 4 + + + +### Steam Input support +Yes + +### Linux Kernel Support +Yes, 3.15 `hid-sony`, replaced in 6.2 by `hid-playstation` + +## What are the Official profiles called? + +- DualSense: `RetroDECK: DualShock 4` + +### RetroDECK Hotkeys + +The same hotkeys are used for PS3, PS4, PS5 controllers. Read more here: + +[Playstation: RetroDECK Hotkeys](playstation-hotkeys.md) diff --git a/wiki-rtd/docs/wiki_controllers/playstation/controllers-playstation.md b/wiki-rtd/docs/wiki_controllers/playstation/playstation-hotkeys.md similarity index 85% rename from wiki-rtd/docs/wiki_controllers/playstation/controllers-playstation.md rename to wiki-rtd/docs/wiki_controllers/playstation/playstation-hotkeys.md index 9bfc6b0..e8b4355 100644 --- a/wiki-rtd/docs/wiki_controllers/playstation/controllers-playstation.md +++ b/wiki-rtd/docs/wiki_controllers/playstation/playstation-hotkeys.md @@ -1,48 +1,4 @@ -# PlayStation Controllers - -PlayStation Controllers are controllers made by the company Sony. Motion Controllers made by Sony are listed under the Motion Controllers entry on the wiki. - -**Note these inputs are part of the upcoming 0.8b update.** - -## PlayStation 3 - Dualshock 3 / Sixaxis - - - -#### Steam Input support -Yes - -#### Linux Kernel Support -Yes, 2.17 `hid-sony` - -## PlayStation 4 - Dualshock 4 - - - -#### Steam Input support -Yes - -#### Linux Kernel Support -Yes, 3.15 `hid-sony`, replaced in 6.2 by `hid-playstation` - -## PlayStation 5 - DualSense - - - -#### Steam Input support -Yes - -#### Linux Kernel Support -Yes, since 5.14 - `hid-playstation` - -## PlayStation 5 - DualSense Edge - - - -#### Steam Input support -Yes - -#### Linux Kernel Support -Yes, since 6.2 - `hid-playstation` +# Playstation: RetroDECK Hotkeys ## What are the Official profiles called? @@ -50,10 +6,6 @@ Yes, since 6.2 - `hid-playstation` - Dualshock 4: `RetroDECK: Dualshock 4` - DualSense: `RetroDECK: DualSense` -### What is the Current Version Number of the profiles? - -WIP - ## Global Hotkeys: PlayStation Button Combos The global hotkeys are activated by pressing the `SELECT` button and holding it while pressing the corresponding other button input. diff --git a/wiki-rtd/mkdocs.yml b/wiki-rtd/mkdocs.yml index abe9aff..fc38a08 100644 --- a/wiki-rtd/mkdocs.yml +++ b/wiki-rtd/mkdocs.yml @@ -152,24 +152,28 @@ nav: - RetroDECK with Steam Input: wiki_controllers/about/about-steam-input.md - RetroDECK and Udev Rules: wiki_controllers/about/about-udev.md - - Controllers - Nintendo: + - Controllers - Nintendo (WIP): - Switch - Pro Controller: wiki_controllers/nintendo/switch-pro.md - Switch - Joy-Cons: wiki_controllers/nintendo/joycon.md - Wii U - Gamepad: wiki_controllers/nintendo/wiiu-gamepad.md - Wii - Wii Remote (Wiimote): wiki_controllers/nintendo/wii-remote.md - Gamecube - PC / WiiU Adapter: wiki_controllers/nintendo/gamecube-adapter.md - - Controllers - Playstation : - - Playstation - Controllers (WIP): wiki_controllers/playstation/controllers-playstation.md + - Controllers - Playstation (WIP): + - Playstation - RetroDECK Hotkeys: wiki_controllers/playstation/playstation-hotkeys.md + - Playstation 3 - DualShock 3: wiki_controllers/playstation/dualshock-3.md + - Playstation 4 - DualShock 4: wiki_controllers/playstation/dualshock-4.md + - Playstation 5 - DualSense: wiki_controllers/playstation/dualsense.md + - Playstation 5 - DualSense Edge: wiki_controllers/playstation/dualsense-edge.md - - Controllers - Xbox: + - Controllers - Xbox (WIP): - Xbox - Controllers (WIP): wiki_controllers/xbox/controllers-xbox.md - - Controllers - Steam/Valve: + - Controllers - Steam/Valve (WIP): - Steam Deck - Controller: wiki_controllers/steam/controllers-steamdeck.md - Steam - Steam Controller (WIP): wiki_controllers/steam/controllers-steam.md - - Controllers - WIP: + - Controllers - (WIP): - Accessibility - Controllers (WIP): wiki_controllers/controllers-accessibility.md - Arcade - Controllers (WIP): wiki_controllers/controllers-arcade.md - Flight - Controllers (WIP): wiki_controllers/controllers-flight.md