From 38469ed70b6979c9eb4b17f6dcb04c363837e3b8 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Wed, 28 Apr 2021 23:08:08 +0200 Subject: [PATCH] update README --- README.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index a749c6b..80ba330 100644 --- a/README.org +++ b/README.org @@ -101,12 +101,13 @@ So called /lightmaps/ are TOML files which map identifiers to positions in the matrices. For every device at least one lightmap must be created and be placed in the =LIGHTMAP_DIRECTORY= (default: =~/.config/rzr/lightmaps=). - Lightmaps for the following devices can be found in the =lightmaps= directory: + Lightmaps for the following devices can already be found in the =lightmaps= directory: - - Razer BlackWidow Chroma german keyboard layout (=blackwidow_chroma_de.toml=) + - Razer BlackWidow Chroma with german keyboard layout (=blackwidow_chroma_de.toml=) - Razer Mamba Elite (=mamba_elite.toml=) If your device is not in the list, use one of those as template and feel free to create a pull request. + The =iterate-lights= command iterates through every found device, turns on one light after another and prints the matrix position to stdout. This should ease the creation of new lightmaps.