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

Parse every command from JSM #13

Open
Yamakaky opened this issue Aug 18, 2021 · 0 comments
Open

Parse every command from JSM #13

Yamakaky opened this issue Aug 18, 2021 · 0 comments
Labels
good first issue Good for newcomers

Comments

@Yamakaky
Copy link
Owner

Yamakaky commented Aug 18, 2021

Every command in https://github.com/Electronicks/JoyShockMapper#commands should at least be parsed so that every config file can be used even if the feature in not implemented here.

Needed:

  • Modify src/config/types.rs
  • Modify src/config/parse.rs
  • Modify src/config/config.rs
  • Add warnings when a unimplemented command is used then ignore it

Basically, uncomment stuff at https://github.com/Yamakaky/gyromouse/blob/master/src/config/all-settings-example, run cargo test and make it pass the test.

@Yamakaky Yamakaky added the good first issue Good for newcomers label Aug 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant