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.
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:
Basically, uncomment stuff at https://github.com/Yamakaky/gyromouse/blob/master/src/config/all-settings-example, run
cargo testand make it pass the test.