diff --git a/1209/5017/index.md b/1209/5017/index.md new file mode 100644 index 00000000..4bf43dd2 --- /dev/null +++ b/1209/5017/index.md @@ -0,0 +1,16 @@ +--- +layout: pid +title: SlothOS Controller +owner: slothitude +license: MIT +site: https://github.com/slothitude/slothos +source: https://github.com/slothitude/slothos +--- + +Bluetooth HID gamepad profile for the Anbernic RG35XX H handheld (Allwinner +H700). Implements classic BR/EDR HID over L2CAP (PSM 17/19) via BlueZ --compat +and a custom Profile1 registration, exposing the device's evdev inputs as a +standard HID-compliant game controller to any paired host (Windows, macOS, +Android, Linux). 16 buttons, 4-bit hat, 6 axes, ~120 Hz report rate. Written +in Python 3, runs on-device alongside stock firmware. Includes a hand-built +HID Report Descriptor and SDP record. diff --git a/org/slothitude/index.md b/org/slothitude/index.md new file mode 100644 index 00000000..2cab498d --- /dev/null +++ b/org/slothitude/index.md @@ -0,0 +1,8 @@ +--- +layout: org +title: Slothitude +site: https://github.com/slothitude +--- + +Solo hobbyist building custom firmware and input stacks for Anbernic retro +handhelds. Projects are open-source under MIT.