Skip to content

Commit e9e33d9

Browse files
committed
generalized LNP to corsair devices
updated Readme
1 parent 5d9594c commit e9e33d9

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
**This library can be used to integrate custom/unofficial RGB strips with iCUE.**
44

55
## Features
6-
* Add support of the Lighting Node PRO protocol to Arduino.
7-
* Control LEDs with the Corsair Link or the iCUE software.
6+
* Add support of Corsair DIY device protocol to Arduino.
7+
* Control LEDs with the [Corsair iCUE software](https://www.corsair.com/icue).
88
* Easy to use with [FastLED](http://fastled.io/).
9-
* [Supported LED chipsets](https://github.com/FastLED/FastLED/wiki/Overview#chipsets).
9+
* [Supported LED chipsets](https://github.com/FastLED/FastLED/wiki/Overview#chipsets). (e.g. WS2812B, WS2801)
10+
* Supported platform: Arduino AVR
1011
* Persistent settings for use without a USB connection.
1112
* Use multiple devices at the same time.
1213
* Repeat or scale LED channels to arbitrary size.

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name=Corsair Lighting Protocol
22
version=0.10.0
33
author=Leon Kiefer
44
maintainer=Leon Kiefer
5-
sentence=Allows iCUE to control RGB LEDs.
6-
paragraph=The library mimics a Lighting Node PRO and can be controlled as such in iCUE.
5+
sentence=Control LED strips via USB from a PC.
6+
paragraph=The library mimics Corsair LED Controller devices and can be controlled via USB in iCUE.
77
category=Device Control
88
url=https://github.com/Legion2/CorsairLightingProtocol
99
architectures=avr

0 commit comments

Comments
 (0)