2024-01-17 19:08:21 +00:00
|
|
|
# Switch Pro
|
2024-01-06 08:25:02 +00:00
|
|
|
|
2024-01-17 18:01:34 +00:00
|
|
|
<img src="../../../wiki_images/controllers/switch-pro.png" width="250">
|
2024-01-06 08:25:02 +00:00
|
|
|
|
2024-01-06 13:21:36 +00:00
|
|
|
Official Controller for the Nintendo Switch
|
|
|
|
|
2024-01-17 19:08:21 +00:00
|
|
|
### Steam Input support
|
|
|
|
Yes
|
2024-01-06 12:50:13 +00:00
|
|
|
|
2024-01-17 19:08:21 +00:00
|
|
|
### Linux Kernel Support
|
2024-01-06 12:50:13 +00:00
|
|
|
Yes, since 5.16 - `hid-nintendo`
|
|
|
|
|
2024-01-19 17:10:41 +00:00
|
|
|
### Udev rules
|
|
|
|
|
|
|
|
```
|
|
|
|
# Nintendo Switch Pro Controller over USB hidraw
|
|
|
|
KERNEL=="hidraw*", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="2009", MODE="0660", TAG+="uaccess"
|
|
|
|
|
|
|
|
# Nintendo Switch Pro Controller over bluetooth hidraw
|
|
|
|
KERNEL=="hidraw*", KERNELS=="*057E:2009*", MODE="0660", TAG+="uaccess"
|
|
|
|
|
|
|
|
# Grand access for some userspace tools, if connected via USB
|
|
|
|
SUBSYSTEM=="usb", ATTR{idProduct}=="2009", ATTR{idVendor}=="057e", ENV{ID_INPUT_JOYSTICK}="1", TAG+="uaccess"
|
|
|
|
```
|
|
|
|
|
|
|
|
|
2024-01-17 20:34:31 +00:00
|
|
|
## What is the Official RetroDECK - Steam Input Profile called?
|
2024-01-06 08:25:02 +00:00
|
|
|
|
2024-01-17 16:05:20 +00:00
|
|
|
- Switch Pro Controller: `RetroDECK: Switch Pro`
|
2024-04-09 06:43:29 +00:00
|
|
|
|
|
|
|
### RetroDECK Hotkeys
|
|
|
|
|
|
|
|
Read more here:
|
|
|
|
|
|
|
|
[Nintendo: RetroDECK Hotkeys](../../wiki_rd_controls/hotkeys-nintendo.md)
|