Virtual HID Mini-user-mode-driver for Sony DualShock 3 Controllers
See the code[!WARNING] No other official website exists for this project besides this GitHub repository (github.com/nefarius/DsHidMini) and sites hosted on
*.nefarius.at(e.g. docs.nefarius.at, discord.nefarius.at).Anyone claiming otherwise is a scammer and a fraud. Do not trust other websites, download links, or people claiming to represent this project. Please be wary and only use the sources listed above.
DsHidMiniVirtual HID Mini user-mode driver for Sony DualShock 3/SIXAXIS and Navigation controllers, plus the ShanWan PS1/PS2 USB adapter, on Windows 10/11.
Version 3 is the current stable release. Get the latest build from releases. Highlights include a modern installer and configuration app, ARM64 and Windows 11 support, calibrated motion telemetry, LED/dead-zone/rumble customization, and Xbox One emulation. Support and updates are available on Discord or Mastodon.
DsHidMini is a self-contained user-mode driver for Windows 10/11 that presents Sony DualShock 3/SIXAXIS and Navigation controllers, and the ShanWan PS1/PS2 USB adapter, as configurable, standard-compliant HID devices. Games and apps can use DirectInput, Raw Input, the HID API, or XInput (via the optional XInput Bridge). The driver supports USB and Bluetooth through BthPS3; the ControlApp configures modes and device behavior. Full documentation: docs.nefarius.at/projects/DsHidMini.
VID_2563 / PID_0575) — buttons, hat, sticks, pressure, and rumble; no LEDs or motion; see docs/THIRD_PARTY_HID_ADAPTER.mdThe PlayStation Move Motion Controller is not in scope. See the issue tracker for known bugs and in-progress work.
| Path | Description |
|---|---|
| driver/ | UMDF driver: HID modes, USB/Bth, config, build (WDK, DMF) |
| XInputBridge/ | XInput proxy DLL (XInput1_3.dll), extended API for DS3 pressure data |
| setup/ | MSI installer (WixSharp). Release procedure: docs/RELEASE.md |
| ControlApp/ | Configuration and motion-viewer app (WPF, .NET 10) |
| SDK/Nefarius.DsHidMini.IPC/ | .NET IPC SDK for reports, motion telemetry, and runtime commands |
| DSHMC/ | Deprecated legacy control utility. Use ControlApp/ |
| docs/ | R&D notes; official docs at docs.nefarius.at |
For how the driver works (UMDF, DMF, config) and build prerequisites (Visual Studio, WDK, DMF), see driver/README.md. For the XInput Bridge build, see XInputBridge/README.md.
From the repository root, run .\build.cmd Compile. The NUKE build prepares
DMF and rebuilds the solution; pass --configuration Release for a release
build. Component-specific targets and tests are documented in
driver/README.md and
XInputBridge/README.md. Tagged production releases
(Partner Center CAB, attested drivers, MSI) are documented in
docs/RELEASE.md.
This solution contains BSD-3-Clause and other licensed components; see the individual LICENSE files. Community project, not affiliated with Sony Interactive Entertainment Inc. "PlayStation", "PSP", "PS2", "PS one", "DUALSHOCK", and "SIXAXIS" are registered trademarks of Sony Interactive Entertainment Inc.
Project page — user guides, HID modes, installation.
Pre-built binaries and instructions: releases. Installation steps: How to Install.
C#
52.4%
C
35.3%
PowerShell
7.6%
C++
3.8%
Virtual HID Mini-user-mode-driver for Sony DualShock 3 Controllers
See the code[!WARNING] No other official website exists for this project besides this GitHub repository (github.com/nefarius/DsHidMini) and sites hosted on
*.nefarius.at(e.g. docs.nefarius.at, discord.nefarius.at).Anyone claiming otherwise is a scammer and a fraud. Do not trust other websites, download links, or people claiming to represent this project. Please be wary and only use the sources listed above.
DsHidMiniVirtual HID Mini user-mode driver for Sony DualShock 3/SIXAXIS and Navigation controllers, plus the ShanWan PS1/PS2 USB adapter, on Windows 10/11.
Version 3 is the current stable release. Get the latest build from releases. Highlights include a modern installer and configuration app, ARM64 and Windows 11 support, calibrated motion telemetry, LED/dead-zone/rumble customization, and Xbox One emulation. Support and updates are available on Discord or Mastodon.
DsHidMini is a self-contained user-mode driver for Windows 10/11 that presents Sony DualShock 3/SIXAXIS and Navigation controllers, and the ShanWan PS1/PS2 USB adapter, as configurable, standard-compliant HID devices. Games and apps can use DirectInput, Raw Input, the HID API, or XInput (via the optional XInput Bridge). The driver supports USB and Bluetooth through BthPS3; the ControlApp configures modes and device behavior. Full documentation: docs.nefarius.at/projects/DsHidMini.
VID_2563 / PID_0575) — buttons, hat, sticks, pressure, and rumble; no LEDs or motion; see docs/THIRD_PARTY_HID_ADAPTER.mdThe PlayStation Move Motion Controller is not in scope. See the issue tracker for known bugs and in-progress work.
| Path | Description |
|---|---|
| driver/ | UMDF driver: HID modes, USB/Bth, config, build (WDK, DMF) |
| XInputBridge/ | XInput proxy DLL (XInput1_3.dll), extended API for DS3 pressure data |
| setup/ | MSI installer (WixSharp). Release procedure: docs/RELEASE.md |
| ControlApp/ | Configuration and motion-viewer app (WPF, .NET 10) |
| SDK/Nefarius.DsHidMini.IPC/ | .NET IPC SDK for reports, motion telemetry, and runtime commands |
| DSHMC/ | Deprecated legacy control utility. Use ControlApp/ |
| docs/ | R&D notes; official docs at docs.nefarius.at |
For how the driver works (UMDF, DMF, config) and build prerequisites (Visual Studio, WDK, DMF), see driver/README.md. For the XInput Bridge build, see XInputBridge/README.md.
From the repository root, run .\build.cmd Compile. The NUKE build prepares
DMF and rebuilds the solution; pass --configuration Release for a release
build. Component-specific targets and tests are documented in
driver/README.md and
XInputBridge/README.md. Tagged production releases
(Partner Center CAB, attested drivers, MSI) are documented in
docs/RELEASE.md.
This solution contains BSD-3-Clause and other licensed components; see the individual LICENSE files. Community project, not affiliated with Sony Interactive Entertainment Inc. "PlayStation", "PSP", "PS2", "PS one", "DUALSHOCK", and "SIXAXIS" are registered trademarks of Sony Interactive Entertainment Inc.
Project page — user guides, HID modes, installation.
Pre-built binaries and instructions: releases. Installation steps: How to Install.
C#
52.4%
C
35.3%
PowerShell
7.6%
C++
3.8%