From 908f59ec69eef1765e47ef21fea518cb17e27f30 Mon Sep 17 00:00:00 2001 From: DarthAffe Date: Tue, 11 Oct 2016 11:56:54 +0200 Subject: [PATCH] Updated What can I do with CUE.NET? (markdown) --- What-can-I-do-with-CUE.NET?.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/What-can-I-do-with-CUE.NET?.md b/What-can-I-do-with-CUE.NET?.md index 7b234ab..8d98330 100644 --- a/What-can-I-do-with-CUE.NET?.md +++ b/What-can-I-do-with-CUE.NET?.md @@ -1,5 +1,5 @@ * Control every LED supported by the CUE-SDK. -* Create groups of keyboard-LEDs and control them. +* Create groups of LEDs and control them. * Draw arbitrary things on the LEDs (especially useful for keyboard) by using [Brushes](https://github.com/DarthAffe/CUE.NET/wiki/Understanding-CUE.NET-brushes) and [Gradients](https://github.com/DarthAffe/CUE.NET/wiki/Understanding-CUE.NET-gradients). * Add [Effects](https://github.com/DarthAffe/CUE.NET/wiki/Understanding-CUE.NET-effects)/animations to your devices.