Skip to content

Commit

Permalink
fix pr comment
Browse files Browse the repository at this point in the history
  • Loading branch information
amDeimos666 committed Jun 15, 2023
1 parent 202bb62 commit 5e8e9be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ let data: ShortcutData[] = [
// //#endregion

// #region XYAB
{ content: 'X: Stop Navigation', from: [RIGHT_X, 180], to: [610, 230] },
{ content: 'X: Headlights', from: [RIGHT_X, 180], to: [610, 230] },
{ content: 'Y: Switch Front Back', from: [RIGHT_X, 211], to: [675, 211] },
{
content: 'B: Reset Flipper Position',
Expand Down
1 change: 0 additions & 1 deletion src/renderer/inputSystem/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ const defaultActions: Action[] = [
});
},
},

{
name: 'stopNavigation',
bindings: [{ type: 'gamepadBtnDown', button: buttonMappings.X }],
Expand Down

0 comments on commit 5e8e9be

Please sign in to comment.