Skip to content

Commit

Permalink
moved button matrix to tested features (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecoreng authored Oct 22, 2023
1 parent 0d83e38 commit 227ab13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ FullLoopbackStream incomingStream;
//#define INCLUDE_MAX7221_MODULES //{"Name":"INCLUDE_MAX7221_MODULES","Type":"autodefine","Condition":"[MAX7221_ENABLEDMODULES]>0"}
//#define INCLUDE_SHAKEITPWMFANS //{"Name":"INCLUDE_SHAKEITPWMFANS","Type":"autodefine","Condition":"[SHAKEITPWMFANS_ENABLED_MOTORS]>0"}
//#define INCLUDE_BUTTONS //{"Name":"INCLUDE_BUTTONS","Type":"autodefine","Condition":"[ENABLED_BUTTONS_COUNT]>0","IsInput":true}
//#define INCLUDE_BUTTONMATRIX //{"Name":"INCLUDE_BUTTONMATRIX","Type":"autodefine","Condition":"[ENABLED_BUTTONMATRIX]>0","IsInput":true}

// Untested features, please open a GitHub Issue, or post in the discord if you try them
//
Expand All @@ -72,7 +73,6 @@ FullLoopbackStream incomingStream;
//#define INCLUDE_SHAKEIDUALVNH5019 //{"Name":"INCLUDE_SHAKEIDUALVNH5019","Type":"autodefine","Condition":"[DUALVNH5019_ENABLED]>0"}
//#define INCLUDE_SHAKEITPWM //{"Name":"INCLUDE_SHAKEITPWM","Type":"autodefine","Condition":"[SHAKEITPWM_ENABLED_MOTORS]>0"}
//#define INCLUDE_ENCODERS //{"Name":"INCLUDE_ENCODERS","Type":"autodefine","Condition":"[ENABLED_ENCODERS_COUNT]>0","IsInput":true}
//#define INCLUDE_BUTTONMATRIX //{"Name":"INCLUDE_BUTTONMATRIX","Type":"autodefine","Condition":"[ENABLED_BUTTONMATRIX]>0","IsInput":true}
//#define INCLUDE_DM163_MATRIX //{"Name":"INCLUDE_DM163_MATRIX","Type":"autodefine","Condition":"[DM163_MATRIX_ENABLED]>0"}
//#define INCLUDE_SUNFOUNDERSH104P_MATRIX //{"Name":"INCLUDE_SUNFOUNDERSH104P_MATRIX","Type":"autodefine","Condition":"[SUNFOUNDERSH104P_MATRIX_ENABLED]>0"}

Expand Down

0 comments on commit 227ab13

Please sign in to comment.