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
Firmware/Compiling Origin: controller v0.5.3
KLL Snippet:
# Bottom Row 'v' : 'd' 'b' : 'v' 'n' : 'm'; 'm' : 'h';
OS: Linux (likely all)
Version: kll v0.5.7.3
Reproduction Steps: Compile layout with the previous snipped. Adding semicolons fixes the issue.
Resulting Issue: When pressing v both db will be typed
v
db
Additional Info: differences in generated kll.json
4565c4565 < "kll": "S0x04c : U0x007, U0x000;", --- > "kll": "S0x04c : U0x007, U0x000, U0x005, U0x000;", 4579a4580,4593 > ], > [ > { > "schedule": [], > "type": "USBCode", > "uid": 5 > } > ], > [ > { > "schedule": [], > "type": "USBCode", > "uid": 0 > } 4593c4607 < "kll": "S0x04d : U0x019, U0x000;", --- > "kll": "S0x04d : U0x005;", 4599,4606c4613 < "uid": 25 < } < ], < [ < { < "schedule": [], < "type": "USBCode", < "uid": 0 --- > "uid": 5 4621c4628 < "kll": "S0x04e : U0x010, U0x000;", --- > "kll": "S0x04e : U0x011;", 4627,4634c4634 < "uid": 16 < } < ], < [ < { < "schedule": [], < "type": "USBCode", < "uid": 0 --- > "uid": 17
The text was updated successfully, but these errors were encountered:
haata
No branches or pull requests
Firmware/Compiling Origin:
controller v0.5.3
KLL Snippet:
OS:
Linux (likely all)
Version:
kll v0.5.7.3
Reproduction Steps:
Compile layout with the previous snipped. Adding semicolons fixes the issue.
Resulting Issue:
When pressing
v
bothdb
will be typedAdditional Info:
differences in generated kll.json
The text was updated successfully, but these errors were encountered: