We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using the canned reactive animations (fingerprints or fingerprints_two_tone), the custom KLL has an erroneous colon preceding the animation name.
fingerprints
fingerprints_two_tone
Current KLL: S[0x00-0x5F] :+ A[:fingerprints](start);
S[0x00-0x5F] :+ A[:fingerprints](start);
Expected: S[0x00-0x5F] :+ A[fingerprints](start);
S[0x00-0x5F] :+ A[fingerprints](start);
This breaks the build
The text was updated successfully, but these errors were encountered:
0822dad
No branches or pull requests
When using the canned reactive animations (
fingerprints
orfingerprints_two_tone
), the custom KLL has an erroneous colon preceding the animation name.Current KLL:
S[0x00-0x5F] :+ A[:fingerprints](start);
Expected:
S[0x00-0x5F] :+ A[fingerprints](start);
This breaks the build
The text was updated successfully, but these errors were encountered: