-
-
Notifications
You must be signed in to change notification settings - Fork 304
Adds Austin's R2 Mode to Config Branch, Reworked Bootsel and Config bindings #87
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
Merged
JonnyHaystack
merged 14 commits into
JonnyHaystack:configurator
from
GRAMCTRL:config-PR
Jan 26, 2025
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
b53eebf
Add files via upload
901Austin 91610e0
Add files via upload
901Austin 2a84833
Update config.cpp
901Austin 49bb501
Update config_defaults.hpp
901Austin 7599ce2
Update config_defaults.hpp
901Austin 6dbc5d1
Update config_utils.hpp
901Austin 669cfdd
Update Rivals2.hpp
901Austin d4fe04a
Update mode_selection.cpp
901Austin 2ab09f2
Update platformio.ini
901Austin 223e420
Merge pull request #1 from 901Austin/config+rivals2
GrammyMoney 0247b4e
Remapped Bootsel to RT1 and Config to MB1
GrammyMoney 3c51087
formatted and removed Bootsel Rework for future PR
GrammyMoney ec00e9f
Addresses Haystack issues
GrammyMoney fcb42c4
Fixed config defaults and extensions.json
GrammyMoney File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| { | ||
| // See http://go.microsoft.com/fwlink/?LinkId=827846 | ||
| // for the documentation about the extensions.json format | ||
| "recommendations": [ | ||
| "platformio.platformio-ide" | ||
| ] | ||
| } | ||
| { | ||
| // See http://go.microsoft.com/fwlink/?LinkId=827846 | ||
| // for the documentation about the extensions.json format | ||
| "recommendations": [ | ||
| "platformio.platformio-ide" | ||
| ] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| #ifndef _MODES_RIVALS_2_HPP | ||
| #define _MODES_RIVALS_2_HPP | ||
|
|
||
| #include "core/ControllerMode.hpp" | ||
| #include "core/state.hpp" | ||
|
|
||
| #include <config.pb.h> //this was not here, but doesn't seem to matter if I remove it from Melee20Button.hpp anyway | ||
|
|
||
| class Rivals2 : public ControllerMode { | ||
| public: | ||
| Rivals2(); | ||
|
|
||
| private: | ||
| void UpdateDigitalOutputs(const InputState &inputs, OutputState &outputs); | ||
| void UpdateAnalogOutputs(const InputState &inputs, OutputState &outputs); | ||
| }; | ||
|
|
||
| #endif |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.