mirror of
https://github.com/Ellpeck/Illumilib.git
synced 2024-11-23 20:28:36 +01:00
added some info to the readme
This commit is contained in:
parent
f70f6d7ffa
commit
4133643338
2 changed files with 4 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||||
<Authors>Ellpeck</Authors>
|
<Authors>Ellpeck</Authors>
|
||||||
<Description>A simple keyboard and mouse lighting library with support for Razer and Logitech devices</Description>
|
<Description>A simple keyboard and mouse lighting library with support for Razer and Logitech devices</Description>
|
||||||
<PackageTags>lighting keyboard mouse lighting logitech lightsync razer chroma</PackageTags>
|
<PackageTags>lighting keyboard mouse logitech lightsync razer chroma</PackageTags>
|
||||||
<PackageProjectUrl>https://github.com/Ellpeck/Illumilib</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/Ellpeck/Illumilib</PackageProjectUrl>
|
||||||
<RepositoryUrl>https://github.com/Ellpeck/Illumilib</RepositoryUrl>
|
<RepositoryUrl>https://github.com/Ellpeck/Illumilib</RepositoryUrl>
|
||||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
# Illumilib
|
# Illumilib
|
||||||
A simple keyboard and mouse lighting library with support for Razer and Logitech devices
|
A simple keyboard and mouse lighting library with support for Razer and Logitech devices.
|
||||||
|
- See the [Demo](https://github.com/Ellpeck/Illumilib/blob/main/Demo/Program.cs) for a demonstration.
|
||||||
|
- See [IllumilibLighting](https://github.com/Ellpeck/Illumilib/blob/main/Illumilib/IllumilibLighting.cs) for the API documentation.
|
Loading…
Reference in a new issue