From 11b997dda329d27f50019d9b6c1e4779b5cdc8f1 Mon Sep 17 00:00:00 2001 From: DarthAffe Date: Thu, 26 May 2016 17:06:50 +0200 Subject: [PATCH] Expanded hint to use groups and brushes --- Perform-basic-lighting.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Perform-basic-lighting.md b/Perform-basic-lighting.md index 570e1fa..d1c5021 100644 --- a/Perform-basic-lighting.md +++ b/Perform-basic-lighting.md @@ -1,5 +1,6 @@ The most basic form of using CUE.NET is by individually setting the color of every LED and manually triggering an update. > Even if this seems easy to use it's not recommended. You should take a look at [groups](https://github.com/DarthAffe/CUE.NET/wiki/Understanding-CUE.NET-keygroups-%28keyboard-only%29) and [brushes](https://github.com/DarthAffe/CUE.NET/wiki/Understanding-CUE.NET-brushes) instead. +Especially on keyboards you might run into a lot of trouble mixing direct lighting and brushes! Just take the time and check out how it works. It's not that difficult or take that much extra work as you might think now! Since a keyboard consists of keys which contains a LED and mouse-/headset-devices only contains LEDs the usage differs slightly.