Skip to content

Commit

Permalink
v1.7.0
Browse files Browse the repository at this point in the history
Disable X/Y Axis flag.
  • Loading branch information
veroxzik committed Aug 29, 2024
1 parent ba34428 commit a5a5dba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions Roxy.Lib/OptionStrings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public static class OptionStrings
public static readonly string AnalogButtons = "analogButtons";
public static readonly string InvertButtonLights = "invertButLights";
public static readonly string SplitQe = "splitQe";
public static readonly string DisableXYAxis = "disableXYAxis";
public static readonly string Qe1Sensitivity = "qe1Combo";
public static readonly string Qe2Sensitivity = "qe2Combo";
public static readonly string Qe1ReductionRatio = "qe1ReductionCombo";
Expand Down
4 changes: 2 additions & 2 deletions roxy-tool/UserControls/ConfigPanel.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
ConfigSettings="rxa"/>
<rx:ConfigOption x:Name="flagsCheck"
LabelText="Flags:"
CheckOptions="Hide Serial Number|Invert QE1|Invert QE2|LED 1 Always On|LED 2 Always On|Analog Input (Not QE)|Enable Analog Buttons|Invert Button Lights|Enable Split QE1"
ConfigSettings="rxa|rxa|rxa|rxa|xa|rx|rx|rx|rx"/>
CheckOptions="Hide Serial Number|Invert QE1|Invert QE2|LED 1 Always On|LED 2 Always On|Analog Input (Not QE)|Enable Analog Buttons|Invert Button Lights|Enable Split QE1|Disable X/Y Axis"
ConfigSettings="rxa|rxa|rxa|rxa|xa|rx|rx|rx|rx|rxa"/>
<rx:ConfigOption x:Name="qe1Combo"
LabelText="QE1 Sensitivity"
ComboOptions="1:1|1:2|1:3|1:4|1:6|1:8|1:11|1:16|2:1|3:1|4:1|6:1|8:1|11:1|16:1|600 PPR|400 PPR|360 PPR"
Expand Down
4 changes: 2 additions & 2 deletions roxy-tool/roxy-tool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<RootNamespace>roxy_tool</RootNamespace>
<AssemblyName>roxy-tool</AssemblyName>
<ApplicationIcon>VXZK.ico</ApplicationIcon>
<Version>1.6.1</Version>
<Version>1.7.0</Version>
<Authors>Verox Zik</Authors>
<Company>VXZK Designs</Company>
<Product>Roxy Tool</Product>
<PackageId>Roxy Tool</PackageId>
<AssemblyVersion>1.6.1.0</AssemblyVersion>
<AssemblyVersion>1.7.0.0</AssemblyVersion>
</PropertyGroup>
<ItemGroup>
<AvaloniaResource Include="Assets\**" />
Expand Down

0 comments on commit a5a5dba

Please sign in to comment.