Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bounty - Macros V2.0 #235

Closed
TheTrainGoes opened this issue May 10, 2023 · 1 comment · Fixed by #554
Closed

Bounty - Macros V2.0 #235

TheTrainGoes opened this issue May 10, 2023 · 1 comment · Fixed by #554
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@TheTrainGoes
Copy link
Contributor

This is a bounty for another stab at Macros.

Previously we had a working PoC for Macros where the pushing of the BootSel button on a raw Pico could be used to input a series of defined button presses in a pre-defined order.

This was tested but we never got further on it.

I would like to explore Macros v2.0 where a file containing macro information can be uploaded.

An example of the structure could be as follows:

Input // on or off // pause for next line
DOWN,on,0.05,
RIGHT,on,0.05,
DOWN,off,0.05,
RIGHT,off,0.05,
p1,on,0.05,
P1,off.0.05,

In this example a Hadouken for Street Fighter is performed.

The macro button when pressed should start the macro. Pressing the macro button a second time during the macro should stop it.

In the web-config there should be an option to either have the macro trigger once per button press or loop until the macro is stopped by having the macro button pressed again.

@Fortinbra Fortinbra added enhancement New feature or request help wanted Extra attention is needed labels May 28, 2023
@TheTrainGoes
Copy link
Contributor Author

Merged via #554 !!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants