Skip to content

Commit

Permalink
fix: serialisation of "Trigger safety margin" in secondary roles of t…
Browse files Browse the repository at this point in the history
…yping behavior (#2319)
  • Loading branch information
ert78gb authored Jul 31, 2024
1 parent eaaf50b commit 9b09b1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ export class UserConfiguration implements MouseSpeedConfiguration {
buffer.writeUInt8(this.secondaryRoleStrategy);
buffer.writeUInt16(this.secondaryRoleAdvancedStrategyDoubletapTimeout);
buffer.writeUInt16(this.secondaryRoleAdvancedStrategyTimeout);
buffer.writeUInt16(this.secondaryRoleAdvancedStrategySafetyMargin);
buffer.writeInt16(this.secondaryRoleAdvancedStrategySafetyMargin);
buffer.writeBoolean(this.secondaryRoleAdvancedStrategyTriggerByRelease);
buffer.writeBoolean(this.secondaryRoleAdvancedStrategyDoubletapToPrimary);
buffer.writeUInt8(this.secondaryRoleAdvancedStrategyTimeoutAction);
Expand Down

0 comments on commit 9b09b1a

Please sign in to comment.