Skip to content

Commit 2071d6a

Browse files
feat(tools): add Virtual HID Driver
1 parent bb8aa16 commit 2071d6a

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

apps/tools/virtual-hid-driver.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"id": "virtual-hid-driver",
3+
"name": "Virtual HID Driver",
4+
"tagline": "User-mode virtual gamepads and Raw Input mice for Windows",
5+
"description": "Virtual HID Driver is the Windows backend for libvirtualhid, enabling compatible applications to create virtual HID gamepads and Raw Input-visible mice through a user-mode UMDF2 driver backed by Windows Virtual HID Framework.",
6+
"category": "tool",
7+
"platforms": [
8+
"windows"
9+
],
10+
"icon": "https://raw.githubusercontent.com/LizardByte/libvirtualhid/master/libvirtualhid-256.png",
11+
"links": {
12+
"website": "https://app.lizardbyte.dev/libvirtualhid/virtual-hid-driver/",
13+
"github": "https://github.com/LizardByte/libvirtualhid",
14+
"download": "https://github.com/LizardByte/libvirtualhid/releases/latest",
15+
"documentation": "https://docs.lizardbyte.dev/projects/libvirtualhid"
16+
},
17+
"official": true,
18+
"tags": [
19+
"driver",
20+
"virtual-hid",
21+
"gamepad",
22+
"mouse",
23+
"windows"
24+
],
25+
"compatibility": {
26+
"sunshine": ">=2026.816.192458"
27+
},
28+
"icons": [
29+
{
30+
"src": "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/icons/windows.svg",
31+
"alt": "Windows",
32+
"invert": true
33+
}
34+
],
35+
"downloads": [
36+
{
37+
"label": "Download on GitHub",
38+
"url": "https://github.com/LizardByte/libvirtualhid/releases"
39+
},
40+
{
41+
"label": "Buy a Windows license",
42+
"url": "https://buy.polar.sh/polar_cl_zj6Io5NVukXfZSl97ULtFvImfI5L1jbL2cSnc0Y72Pt"
43+
}
44+
]
45+
}

0 commit comments

Comments
 (0)