2024-01-17 19:23:50 +00:00
|
|
|
# PlayStation 5 - DualSense
|
|
|
|
|
|
|
|
<img src="../../../wiki_images/controllers/ps5-dualsense.png" width="250">
|
|
|
|
|
|
|
|
### Steam Input support
|
|
|
|
Yes
|
|
|
|
|
|
|
|
### Linux Kernel Support
|
|
|
|
Yes, since 5.14 - `hid-playstation`
|
|
|
|
|
2024-01-19 17:12:58 +00:00
|
|
|
### Udev rules
|
|
|
|
|
|
|
|
```
|
|
|
|
# Sony DualSense Wireless-Controller; Bluetooth; USB
|
|
|
|
KERNEL=="hidraw*", KERNELS=="*054C:0CE6*", MODE="0660", TAG+="uaccess"
|
|
|
|
KERNEL=="hidraw*", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="0ce6", MODE="0660", TAG+="uaccess"
|
|
|
|
```
|
|
|
|
|
2024-01-17 20:34:31 +00:00
|
|
|
## What is the Official RetroDECK - Steam Input Profile called?
|
2024-01-17 19:23:50 +00:00
|
|
|
|
|
|
|
- DualSense: `RetroDECK: DualSense`
|
|
|
|
|
|
|
|
### RetroDECK Hotkeys
|
|
|
|
|
|
|
|
The same hotkeys are used for PS3, PS4, PS5 controllers. Read more here:
|
|
|
|
|
|
|
|
[Playstation: RetroDECK Hotkeys](playstation-hotkeys.md)
|