Skip to content

Commit 69a1137

Browse files
committed
Update README.md
1 parent d577374 commit 69a1137

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ The source code also provides an easy way to write your own **speed controller**
1919
* Run **TTController.Service.exe**
2020
* Select **Manage Service** from command line menu and install the service
2121

22+
> The service is by default installed to run as **LocalSystem** account, to change this edit `service-install-as` in `TTController.Service.exe.Config` file.
23+
2224
> The service will start automatically and will create a default empty config. See **Configure** section on how to configure it.
2325
2426
### Configure
@@ -53,13 +55,14 @@ The source code also provides an easy way to write your own **speed controller**
5355
| Floe Riing RGB 240/280/360 | :heavy_check_mark: | :heavy_check_mark: |
5456
| Pacific PR22-D5 Plus | :heavy_check_mark: | :heavy_check_mark: |
5557
| Pacific W4 | :heavy_check_mark: | :heavy_check_mark: |
58+
| Razer Connect | :heavy_check_mark: | :heavy_check_mark: |
5659
| Riing Duo 12/14 | :heavy_check_mark: | :x: |
5760
| WaterRam RGB | :heavy_check_mark: | :x: |
5861
| Pacific CL360/RL360 | :heavy_check_mark: | :x: |
5962
| Pacific V-GTX/V-RTX | :heavy_check_mark: | :x: |
6063
| Pacific Lumi/Rad/R1/Fitting | :heavy_check_mark: | :x: |
6164
| Pacific W5/W6 | :heavy_minus_sign: | :x: | temperature sensor unsupported
62-
| Toughpower iRGB PLUS | :x: | :heavy_minus_sign: | not implemented
65+
| Toughpower iRGB PLUS | :x: | :heavy_minus_sign: | not fully implemented
6366

6467
# Plugins
6568
### Speed Controllers:
@@ -80,6 +83,7 @@ The source code also provides an easy way to write your own **speed controller**
8083
* [SensorEffect](https://github.com/MoshiMoshi0/TTController/blob/master/Plugins/Effects/TTController.Plugin.SensorEffect/SensorEffect.cs)
8184
* [SoundEffect](https://github.com/MoshiMoshi0/TTController/blob/master/Plugins/Effects/TTController.Plugin.SoundEffect/SoundEffect.cs)
8285
* [RawEffect](https://github.com/MoshiMoshi0/TTController/blob/master/Plugins/Effects/TTController.Plugin.RawEffect/RawEffect.cs)
86+
* [RazerConnectEffect](https://github.com/MoshiMoshi0/TTController/blob/master/Plugins/Effects/TTController.Plugin.RazerConnectEffect/RazerConnectEffect.cs)
8387

8488
### Triggers
8589
* [AlwaysTrigger](https://github.com/MoshiMoshi0/TTController/blob/master/Plugins/Triggers/TTController.Plugin.AlwaysTrigger/AlwaysTrigger.cs)
@@ -367,7 +371,7 @@ The source code also provides an easy way to write your own **speed controller**
367371

368372
"Determines how to handle led color count"
369373
"mismatch generated by effects"
370-
"One of: [DoNothing, Lerp, Trim, Copy]"
374+
"One of: [DoNothing, Lerp, Nearest, Wrap, Trim, Copy]"
371375
"LedCountHandling": "<string>",
372376

373377
"Led rotation/offset for rgb effects"

0 commit comments

Comments
 (0)