Open cathysax opened 5 years ago
Thanks for opening this, this functionality is almost working (though I have some pieces disabled atm). I'm planning on getting this into the v0.6.0 release in a few weeks (though I may have a beta release much sooner than that).
Do you have an expected timeframe when this will be ready? I'd also like this functionality for the caps lock key. Hopefully that's an easy / equivalent modification of code. Thanks!
Device: Kira, from Kono Store, received January 2019
Firmware Origin: kira-firmware-v0.5.3-installer.exe
Kira Firmware Version: v0.5.3 (+0:1103)
OS: Windows 10 Pro (x64)
Reproduction Steps:
Resulting Issue: The desired animation is not loaded. It should change the lights under the numpad keys based on whether NumLock is enabled (using the state of the LED).
Additional Information:
A[...](start)
code works as expected when assigned to a key.I"NumLock" : A[Numpad_Layout](start);
(without (A) or (D)) is recognized correctly as a trigger, but of course always sets to the numpad lighting, even when NumLock is toggled off.