Skip to content

Some layouts are not compatible with KLE schema #2143

@adamws

Description

@adamws

During parsing of all layouts, I found following problems:

Error: 'r' can only be used on the first key in a row:
  {r:12,y:-0.8,x:0.1}
  • couple of rart boards use illegal labels, for example rart75 defines following key: 0,15\n\n\n3,1\n\n\n\n\n\n\n\n\ne0 - there can be maximum of 12 labels ('\n' separated items) - loading this layout with KLE website will result in truncated labels and 'e0' won't be displayed:
    image
    to have center label displayed it should be defined as 0,15\n\n\n3,1\n\n\n\n\n\ne0 instead.

Fix for last point is rather simple and intent of an author is clear. I did not analyze the impact of this minor incompatibilities on via itself.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions