Skip to content

Commit

Permalink
Document missing trigger mode support
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikaël Fourrier committed Aug 29, 2021
1 parent a9e7046 commit 6cad40a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ pub struct Settings {
pub left_ring_mode: RingMode,
pub right_ring_mode: RingMode,
pub trigger_threshold: f64,
// TODO: Support alternative trigger modes
pub zl_mode: TriggerMode,
pub zr_mode: TriggerMode,
pub mouse: MouseSettings,
Expand Down

0 comments on commit 6cad40a

Please sign in to comment.