File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -190,12 +190,12 @@ void config_profile_default_fps_fusion(CtrlProfile *profile){
190190 };
191191 profile -> sections [SECTION_THUMBSTICK_INNER ].button = (CtrlButton ){
192192 .mode = NORMAL ,
193- .actions = {KEY_SHIFT_RIGHT },
193+ .actions = {KEY_BRACKET_LEFT },
194194 .hint = "Walk" ,
195195 };
196196 profile -> sections [SECTION_THUMBSTICK_OUTER ].button = (CtrlButton ){
197197 .mode = NORMAL ,
198- .actions = {KEY_CONTROL_RIGHT },
198+ .actions = {KEY_BRACKET_RIGHT },
199199 .hint = "Run" ,
200200 };
201201
Original file line number Diff line number Diff line change @@ -190,12 +190,12 @@ void config_profile_default_fps_wasd(CtrlProfile *profile){
190190 };
191191 profile -> sections [SECTION_THUMBSTICK_INNER ].button = (CtrlButton ){
192192 .mode = NORMAL ,
193- .actions = {KEY_SHIFT_RIGHT },
193+ .actions = {KEY_BRACKET_LEFT },
194194 .hint = "Walk" ,
195195 };
196196 profile -> sections [SECTION_THUMBSTICK_OUTER ].button = (CtrlButton ){
197197 .mode = NORMAL ,
198- .actions = {KEY_CONTROL_RIGHT },
198+ .actions = {KEY_BRACKET_RIGHT },
199199 .hint = "Run" ,
200200 };
201201
You can’t perform that action at this time.
0 commit comments