Skip to content

Multiple outputs with mising semicolon #33

Description

@smasher816
  • 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions