File tree Expand file tree Collapse file tree
Project-Aurora/Project-Aurora/Devices/RGBNet/Config Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public class DeviceMappingConfig
1313 public static DeviceMappingConfig Config => _configLoader . Value ;
1414
1515 [ JsonIgnore ]
16- private static string _configPath = Path . Combine ( Global . AppDataDirectory , "AsusDevices .json" ) ;
16+ private static string _configPath = Path . Combine ( Global . AppDataDirectory , "DeviceMappings .json" ) ;
1717
1818 [ JsonProperty ( PropertyName = "d" ) ]
1919 public List < RgbNetConfigDevice > Devices { get ; set ; } = new ( ) ;
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public partial class RgbNetConfigDevice
1414 public string Name { get ; init ; }
1515
1616 [ JsonProperty ( PropertyName = "k" ) ]
17- public Dictionary < LedId , DeviceKeys > KeyMapper { get ; init ; }
17+ public Dictionary < LedId , DeviceKeys > KeyMapper { get ; } = new ( ) ;
1818
1919 public RgbNetConfigDevice ( IRGBDevice device )
2020 {
You can’t perform that action at this time.
0 commit comments