Skip to content

Commit

Permalink
Added configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
araghon007 authored Mar 14, 2019
1 parent e0555d1 commit 77c9251
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions X1nput/X1nput.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[Triggers]
; Trigger vibration strength - ranges from 0.0 to 1.0
LeftStrength=0.25
RightStrength=0.25

; In case you don't like the way the triggers vibrate normally, this swaps which side vibrates (so when left is supposed to vibrate, the right vibrates)
SwapSides=False

[Motors]
; Motor vibration strength - ranges from 0.0 to 1.0
LeftStrength=1.0
RightStrength=1.0

; In case you don't like the way the motors vibrate normally, this swaps which side vibrates (so when left is supposed to vibrate, the right vibrates)
SwapSides=False

0 comments on commit 77c9251

Please sign in to comment.