Skip to content

Commit 60cc31a

Browse files
authored
Merge pull request #101 from inputlabs/binds-walk-run
Revert "Change binds for walk and run in fps profiles"
2 parents 354340f + f125f66 commit 60cc31a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/profiles/fps_fusion.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

src/profiles/fps_wasd.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)