OpenSplitDeck (v0.2)
A custom modular wireless controller inspired by the Steam Deck and Steam Controller. Features trackpads, detachable halves, and full HID support. Built from scratch using nRF52840 microcontrollers and the Enhanced ShockBurst protocol. Video
Join the Discord!
Note This project is in an early development stage โ v0.2. Expect breaking changes, bugs, and frequent updates.
๐ Project Goals
- ๐ฎ Emulate a Steam Deck-like controller with modular, wireless halves
- ๐ฑ๏ธ Support mouse, keyboard, and gamepad HID modes
- ๐งฒ Custom-built trackpads using the Azoteq IQS7211E sensor
- ๐ Magnetic pogo-pin charging and attachment system
- ๐ ๏ธ Fully open-source hardware and fiโฆ
OpenSplitDeck (v0.2)
A custom modular wireless controller inspired by the Steam Deck and Steam Controller. Features trackpads, detachable halves, and full HID support. Built from scratch using nRF52840 microcontrollers and the Enhanced ShockBurst protocol. Video
Join the Discord!
Note This project is in an early development stage โ v0.2. Expect breaking changes, bugs, and frequent updates.
๐ Project Goals
- ๐ฎ Emulate a Steam Deck-like controller with modular, wireless halves
- ๐ฑ๏ธ Support mouse, keyboard, and gamepad HID modes
- ๐งฒ Custom-built trackpads using the Azoteq IQS7211E sensor
- ๐ Magnetic pogo-pin charging and attachment system
- ๐ ๏ธ Fully open-source hardware and firmware
๐ Current Status
- ๐ฎ Emulates a DS4 Controller - This lets us use steam input for the trackpads. Ideally I want it to show up as a steamdeck controller but that is seeming like a much harder task than I thought.
- ๐ฑ๏ธ Support mouse, keyboard, and gamepad HID modes. - Kinda. Mouse and keyboard are properly setup in the HID desccriptors, I just have not implpemented them yet.
- ๐งฒ Custom-built trackpads using the Azoteq IQS7211E sensor - Yes.
- ๐ Magnetic pogo-pin charging and attachment system. - Yes but they only support charging. I would like to find a way to make the 2 halves of the controller communicate with each other.
- ๐ ๏ธ Fully open-source hardware and firmware - ๐
Controller is still definetly in the early phases. However it does function and work as expected. There is still a lot to improve, optimize and other features to add. Stay tuned for the progression of this project and feel free to build one yourself! Let me know if my instructions are bad.
โ v0.2 Development Checklist
Hardware
- Left and right controller halves (nRF52840)
- USB dongle (nRF52840)
- Custom trackpad PCBs (IQS7211E)
- 3D printable version of the Shell
- Controller PCBs(left + right)
- Joystick PCBs(to drive down cost)
- gp2040ce + nrf dongle
Firmware
- ESB-based wireless communication
- Mouse + Gamepad + Keyboard HID reports
- Input parsing for trackpads and buttons
- Haptics
- Rumble support
- Gyro Support
- Calibration routines + save to internal memory
- Configurable modes (gesture/tap/mouse/gamepad)
- Steam Input compatibility or XInput compatibility(This is now done through DS4)
- Capacitive Joystick
3d Modeling
- 3d Printable Case(Started, its in the STEP file)
- 3d Printable Shoulder Button Structure(Experimental Version in STEP file)
- 3d Printable Trigger Insert
- Trigger Locks
Other
- Improve documentation and diagrams
- Add Screens
- Design a UI or config utility(either software or adding screens)
- Firmware migration to Zephyr
- Optimize latency and packet loss handling (could still be better)
- Reduces costs
๐ท Media
Coming soon โ demo images, build progress, and gameplay tests.
๐ ๏ธ Build Instructions
Schematic and board files:
Trackpad
BOM and Tools:
Current BOM - Living Sheet (Im Trying to find the best way to source everything still)
Build Guide:
๐ค Contributing
Contributions are welcome! Feel free to fork the repo, open issues, or submit pull requests.
If youโre not sure where to start, check out the Checklist for open tasks.
๐ License
MIT License โ see LICENSE file for details.
๐ฌ Contact
For questions or suggestions, reach out via GitHub Issues or YouTube.