From 2eb06e614a756bc78520bfa67f1c43299bfd2685 Mon Sep 17 00:00:00 2001 From: canibal1 Date: Thu, 12 Mar 2026 01:11:36 +0300 Subject: [PATCH] Add CoreOrbits Gamerpad VID 1209 PID 2027 --- 1209/2027/index.md | 9 +++++++++ org/coreorbits/index.md | 6 ++++++ 2 files changed, 15 insertions(+) create mode 100644 1209/2027/index.md create mode 100644 org/coreorbits/index.md diff --git a/1209/2027/index.md b/1209/2027/index.md new file mode 100644 index 00000000..8ec58dfd --- /dev/null +++ b/1209/2027/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: Gamerpad Virtual HID +owner: coreorbits +license: MIT +site: https://github.com/CoreOrbits/gamerpad-hid-core +source: https://github.com/CoreOrbits/gamerpad-hid-core +--- +A virtual USB HID gamepad device for macOS implemented using Apple's CoreHID framework. Enables iOS and Android devices to act as a standard XInput-compatible gamepad controller over a local WiFi connection. The device is entirely virtual — no physical hardware — but implements a complete USB HID interface via Report Descriptor. \ No newline at end of file diff --git a/org/coreorbits/index.md b/org/coreorbits/index.md new file mode 100644 index 00000000..d76955f9 --- /dev/null +++ b/org/coreorbits/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: CoreOrbits +site: https://github.com/CoreOrbits +--- +CoreOrbits is an independent software development organisation building open source tools and libraries for macOS, iOS, and Android. Projects include virtual HID device implementations, mobile companion apps, and system-level utilities. \ No newline at end of file