DualSense: Difference between revisions
Jump to navigation
Jump to search
(add prototype pics) |
(Started a table of byte values from USB HID Input and their respective functions) |
||
Line 16: | Line 16: | ||
[[File:Dualsense Prototype Left.png]]<br> | [[File:Dualsense Prototype Left.png]]<br> | ||
[[File:Dualsense prototype right.png]]<br> | [[File:Dualsense prototype right.png]]<br> | ||
= USB Reverse Engineering = | |||
{| class="wikitable" | |||
|+ HID Input Values | |||
|- | |||
! Byte !! Function | |||
|- | |||
| 0x0 || ? | |||
|- | |||
| 0x1 || Left Joy X-Axis | |||
|- | |||
| 0x2 || Left Joy Y-Axis | |||
|- | |||
| 0x3 || Right Joy X-Axis | |||
|- | |||
| 0x4 || Right Joy Y-Axis | |||
|- | |||
|TBD | |||
|} |