OpenStickCommunity / OpenStickCommunity/GP2040-CE
Add DDI as an output for macro
@NickGuyver is already working on this.
Since Feb 25, 2026.
- Dominant language
- C++
- Stars
- 2.5k
- Forks
- 666
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 7
Description
Problem
I want to set a combination of keys to output a DDI for the right analog. For example, Macro+10 → DDI Left, Macro+11→ DDI Down, Macro+12 → DDI Right, Macro+19→ DDI Up. Currently there is no way to output DDI. Even if I map DDI to a set of open pins, I can't have macro output a pin.
There is no way to add DDI as an output for Hotkeys either. It would be even easier if Function+10 → DDI Left, Function+11→DDI Down, etc.
Solution
Allow for DDI Up, DDI Down, DDI Left, and DDI Right to be able to be outputs for a macro and Hotkey, so that Macro+Pin→DDI, and Function+Pin→DDI.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.