kiibohd / controller

Kiibohd Controller
GNU General Public License v3.0
806 stars 270 forks source link

Cluster of LED's Not working with custom Fingerprint Animation #348

Closed rynodigital closed 5 years ago

rynodigital commented 5 years ago

Link to video of it in action: https://www.dropbox.com/s/9wg341x648ssgy5/IMG_0529.mov?dl=0

haata commented 5 years ago

@rynodigital can you post the JSON file for your configuration? I think there may be a bug in the configurator generating the code but I'll need to check. Those are the last keys on the keyboard (Keypad Enter is on the previous row), so it's likely just some sort of limit error (should be easy to fix).

rynodigital commented 5 years ago

I've got the JSON file uploaded here. Thanks for the help on this!

kira_config.txt

haata commented 5 years ago

Aha, that's the problem:

"custom-kll": "S[0x00-0x5F] :+ A[${__NAME__}](start);"

Should be from 0x01-0x63 (1-99). I'm going to find out if this actually needs to be fixed from inside the configurator.

rynodigital commented 5 years ago

That seemed to fix it! I was able to edit it within the Custom KLL section of the Configurator

Thanks for helping on this!

smasher816 commented 5 years ago

Updated for the configuration. Cheers!

https://github.com/smasher816/kiisrv/commit/432908a890e16771dbe0404224ac994748a35344