Skip to content
New issue

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

Multiple outputs with mising semicolon #33

Open
smasher816 opened this issue Jan 24, 2019 · 0 comments
Open

Multiple outputs with mising semicolon #33

smasher816 opened this issue Jan 24, 2019 · 0 comments
Assignees
Labels
Milestone

Comments

@smasher816
Copy link
Contributor

  • 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

  • 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
@haata haata self-assigned this Feb 19, 2019
@haata haata added the bug label Feb 19, 2019
@haata haata added this to the v0.5.x milestone Feb 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants