-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/infra223/LogiLockLED
- Loading branch information
Showing
1 changed file
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,23 @@ | ||
# LogiLockLED | ||
Application to light up Lock Keys (Num, Caps or Scroll Lock) depending on state. This is compatible with Logitech Gaming Keyboards and requires G Hub to be installed and running. | ||
|
||
This application makes use of Logitech's LED ILLUMINATION SDK that can be downloaded from their website: https://www.logitechg.com/en-us/innovation/developer-lab.html. | ||
The use of this SDK is subject to Logitech's End-User License Agreement for Logitech Gaming LED SDK. | ||
A customizable On-Screen Display is available to visually indicate lock changes on screen. | ||
|
||
|
||
# Releases | ||
The latest release is available at: | ||
https://github.com/infra223/LogiLockLED/releases | ||
|
||
|
||
# How to use | ||
- Install G Hub and ensure your keyboard is accessible | ||
- If you already have LogiLockLED installed and running, disable it by exiting the application or unchecking the "Enable Key Lock LEDs" setting in the configuration window and apply the change. | ||
- In G Hub: select a "FREESTYLE" colour scheme for your keyboard. This will not work with animated schemes. | ||
- Enable LogiLockLED or restart it to apply the key lock LEDs on top of the freestyle colour scheme. | ||
|
||
|
||
#### Note | ||
This application makes use of Logitech's LED ILLUMINATION SDK that can be downloaded from their website: https://www.logitechg.com/en-us/innovation/developer-lab.html. | ||
The use of this SDK is subject to Logitech's End-User License Agreement for Logitech Gaming LED SDK. | ||
|
||
Source Code for LogiLockLED is licensed under the MIT license. |