Wiki/wiki-rtd/docs/wiki_controllers/nintendo/joycon.md

33 lines
1,015 B
Markdown
Raw Normal View History

2024-01-17 18:09:55 +00:00
# Joy-Cons
2024-01-06 08:25:02 +00:00
2024-01-17 18:09:55 +00:00
<img src="../../../wiki_images/controllers/joy-con.png" width="250">
2024-01-06 08:25:02 +00:00
2024-01-06 13:21:36 +00:00
Official Controllers for the Nintendo Switch
2024-01-17 18:09:55 +00:00
### Steam Input support
2024-01-06 12:50:13 +00:00
Yes
2024-01-17 18:09:55 +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 Joy-Con Charging Grip; USB
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="200e", MODE="0660", TAG+="uaccess"
# Nintendo Switch Joy-Con (L); Bluetooth
KERNEL=="hidraw*", KERNELS=="*057E:2006*", MODE="0660", TAG+="uaccess"
KERNEL=="hidraw*", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="2006", MODE="0660", TAG+="uaccess"
# Nintendo Switch Joy-Con (R); Bluetooth
KERNEL=="hidraw*", KERNELS=="*057E:2007*", MODE="0660", TAG+="uaccess"
KERNEL=="hidraw*", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="2007", MODE="0660", TAG+="uaccess"
```
2024-01-17 20:34:31 +00:00
## What is the Official RetroDECK - Steam Input Profile called?
2024-01-06 12:50:13 +00:00
- Switch Pro: `RetroDECK: Switch Joycons`
2024-01-17 18:09:55 +00:00
NOTE: This will be released at a later date and work has not started on it yet.