X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Scan%2FISSILed%2Fcapabilities.kll;h=6ecd4f67e407dee3ab890e4060d67f2521aa08ad;hb=d9ba60b34ee80e073ef708a7e9e58d8b8529a0e2;hp=2c0a32c832087fe8994b66971b3fc2070af0edbc;hpb=d3eaa7a798c2ca7aa06480eea3bdebd69161672f;p=kiibohd-controller.git diff --git a/Scan/ISSILed/capabilities.kll b/Scan/ISSILed/capabilities.kll index 2c0a32c..6ecd4f6 100644 --- a/Scan/ISSILed/capabilities.kll +++ b/Scan/ISSILed/capabilities.kll @@ -1,10 +1,26 @@ Name = ISSILedCapabilities; -Version = 0.1; +Version = 0.2; Author = "HaaTa (Jacob Alexander) 2015"; KLL = 0.3c; # Modified Date -Date = 2015-08-02; +Date = 2015-10-09; + +# Basic ISSI Capabilities +# Modes +# 0: Decrease single led brightness +# 1: Increase single led brightness +# 2: Set single led brightness +# 3: Decrease brightness of all leds +# 4: Increase brightness of all leds +# 5: Set brightness of all leds +# Amount -> 0 -> 255 +# Index: +# Depends on keyboard. At least from from 0 -> 143 (single chip). +# Remember, it may be possible that all leds on a single chip are connected. +# So it may be possible that you may have index gaps. +# i.e. 23 then 144 +ledControl => LED_control_capability( mode : 1, amount : 1, index : 2 ); # Defines available to the ISSILed sub-module