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

Incorrect key order #8

Open
sethherr opened this issue Jan 4, 2016 · 0 comments
Open

Incorrect key order #8

sethherr opened this issue Jan 4, 2016 · 0 comments

Comments

@sethherr
Copy link
Contributor

sethherr commented Jan 4, 2016

Expected compilation to look like the given screenshot, but it doesn't. All the keys are there, they're just misaligned.

screen shot 2016-01-04 at 11 00 34 am

Given this JSON:

{
  "id": 1,
  "kind": "ergodox_ez",
  "description": "Untitled",
  "properties": {},
  "layers": [
    {
      "description": "Untitled",
      "properties": {},
      "keys": [
        {
          "code": "KC_1",
          "label": "1",
          "position": 1
        },
        {
          "code": "KC_2",
          "label": "2",
          "position": 2
        },
        {
          "code": "KC_3",
          "label": "3",
          "position": 3
        },
        {
          "code": "KC_4",
          "label": "4",
          "position": 4
        },
        {
          "code": "KC_5",
          "label": "5",
          "position": 5
        },
        {
          "code": "KC_SPACE",
          "label": "\\u0026#x23b5;",
          "position": 6
        },
        {
          "code": "KC_TAB",
          "label": "\\u0026#x21e5;",
          "position": 7
        },
        {
          "code": "KC_Q",
          "label": "Q",
          "position": 8
        },
        {
          "code": "KC_W",
          "label": "W",
          "position": 9
        },
        {
          "code": "KC_E",
          "label": "E",
          "position": 10
        },
        {
          "code": "KC_R",
          "label": "R",
          "position": 11
        },
        {
          "code": "KC_T",
          "label": "T",
          "position": 12
        },
        {
          "code": "KC_PGUP",
          "label": "\\u0026#x21de;",
          "position": 13
        },
        {
          "code": "KC_LCTRL",
          "label": "\\u0026#x2732;",
          "position": 14
        },
        {
          "code": "KC_A",
          "label": "A",
          "position": 15
        },
        {
          "code": "KC_S",
          "label": "S",
          "position": 16
        },
        {
          "code": "KC_D",
          "label": "D",
          "position": 17
        },
        {
          "code": "KC_F",
          "label": "F",
          "position": 18
        },
        {
          "code": "KC_G",
          "label": "G",
          "position": 19
        },
        {
          "code": "KC_LSHIFT",
          "label": "\\u0026#x21e7;",
          "position": 20
        },
        {
          "code": "KC_Z",
          "label": "Z",
          "position": 21
        },
        {
          "code": "KC_X",
          "label": "X",
          "position": 22
        },
        {
          "code": "KC_C",
          "label": "C",
          "position": 23
        },
        {
          "code": "KC_V",
          "label": "V",
          "position": 24
        },
        {
          "code": "KC_B",
          "label": "B",
          "position": 25
        },
        {
          "code": "KC_LBRACKET",
          "label": "[",
          "position": 26
        },
        {
          "code": "KC_SPACE",
          "label": "\\u0026#x23b5;",
          "position": 27
        },
        {
          "code": "KC_SPACE",
          "label": "\\u0026#x23b5;",
          "position": 28
        },
        {
          "code": "KC_SPACE",
          "label": "\\u0026#x23b5;",
          "position": 29
        },
        {
          "code": "KC_SPACE",
          "label": "\\u0026#x23b5;",
          "position": 30
        },
        {
          "code": "KC_ESCAPE",
          "label": "\\u0026#x238b;",
          "position": 31
        },
        {
          "code": "KC_LCTRL",
          "label": "\\u0026#x2732;",
          "position": 32
        },
        {
          "code": "KC_SPACE",
          "label": "\\u0026#x23b5;",
          "position": 33
        },
        {
          "code": "KC_SPACE",
          "label": "\\u0026#x23b5;",
          "position": 34
        },
        {
          "code": "KC_LGUI",
          "label": "\\u0026#x2318;",
          "position": 35
        },
        {
          "code": "KC_LALT",
          "label": "\\u0026#x2325;",
          "position": 36
        },
        {
          "code": "KC_SPACE",
          "label": "\\u0026#x23b5;",
          "position": 37
        },
        {
          "code": "KC_SPACE",
          "label": "\\u0026#x23b5;",
          "position": 38
        },
        {
          "code": "KC_6",
          "label": "6",
          "position": 39
        },
        {
          "code": "KC_7",
          "label": "7",
          "position": 40
        },
        {
          "code": "KC_8",
          "label": "8",
          "position": 41
        },
        {
          "code": "KC_9",
          "label": "9",
          "position": 42
        },
        {
          "code": "KC_0",
          "label": "0",
          "position": 43
        },
        {
          "code": "KC_KP_EQUAL",
          "label": "=",
          "position": 44
        },
        {
          "code": "KC_DELETE",
          "label": "\\u0026#x2326;",
          "position": 45
        },
        {
          "code": "KC_Y",
          "label": "Y",
          "position": 46
        },
        {
          "code": "KC_U",
          "label": "U",
          "position": 47
        },
        {
          "code": "KC_I",
          "label": "I",
          "position": 48
        },
        {
          "code": "KC_O",
          "label": "O",
          "position": 49
        },
        {
          "code": "KC_P",
          "label": "P",
          "position": 50
        },
        {
          "code": "KC_MINUS",
          "label": "-",
          "position": 51
        },
        {
          "code": "KC_H",
          "label": "H",
          "position": 52
        },
        {
          "code": "KC_J",
          "label": "J",
          "position": 53
        },
        {
          "code": "KC_K",
          "label": "K",
          "position": 54
        },
        {
          "code": "KC_L",
          "label": "L",
          "position": 55
        },
        {
          "code": "KC_SCOLON",
          "label": ";",
          "position": 56
        },
        {
          "code": "KC_ENTER",
          "label": "\\u0026#x23ce;",
          "position": 57
        },
        {
          "code": "KC_RBRACKET",
          "label": "]",
          "position": 58
        },
        {
          "code": "KC_N",
          "label": "N",
          "position": 59
        },
        {
          "code": "KC_M",
          "label": "M",
          "position": 60
        },
        {
          "code": "KC_COMMA",
          "label": ",",
          "position": 61
        },
        {
          "code": "KC_DOT",
          "label": ".",
          "position": 62
        },
        {
          "code": "KC_SLASH",
          "label": "/",
          "position": 63
        },
        {
          "code": "KC_QUOTE",
          "label": "'",
          "position": 64
        },
        {
          "code": "KC_LEFT",
          "label": "\\u0026#x25c0;",
          "position": 65
        },
        {
          "code": "KC_RIGHT",
          "label": "\\u0026#x25b6;",
          "position": 66
        },
        {
          "code": "KC_DOWN",
          "label": "\\u0026#x25bc;",
          "position": 67
        },
        {
          "code": "KC_UP",
          "label": "\\u0026#x25b2;",
          "position": 68
        },
        {
          "code": "KC_BSLASH",
          "label": "\\\\",
          "position": 69
        },
        {
          "code": "KC_LGUI",
          "label": "\\u0026#x2318;",
          "position": 70
        },
        {
          "code": "KC_LCTRL",
          "label": "\\u0026#x2732;",
          "position": 71
        },
        {
          "code": "KC_SPACE",
          "label": "\\u0026#x23b5;",
          "position": 72
        },
        {
          "code": "KC_ESCAPE",
          "label": "\\u0026#x238b;",
          "position": 73
        },
        {
          "code": "KC_BSPACE",
          "label": "\\u0026#x232b;",
          "position": 74
        },
        {
          "code": "KC_SPACE",
          "label": "\\u0026#x23b5;",
          "position": 75
        },
        {
          "code": "KC_GRAVE",
          "label": "`",
          "position": 76
        }
      ]
    }
  ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant