summaryrefslogtreecommitdiff
path: root/keyboards/handwired/pteron38/info.json
blob: a2ea58d57aa490e21c86ef1c55ef21f8a7afc05d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
  "keyboard_name": "Pteron38",
  "manufacturer": "QMK",
  "url": "",
  "maintainer": "fidelcoria",
  "usb": {
    "vid": "0xFEED",
    "pid": "0x6060",
    "device_version": "0.0.1"
  },
  "processor": "atmega32u4",
  "bootloader": "atmel-dfu",
  "layouts": {
    "LAYOUT_split_3x5_4": {
      "layout": [
        {"label":"K101", "x":1, "y":1.75},
        {"label":"K102", "x":2, "y":1.25},
        {"label":"K103", "x":3, "y":1},
        {"label":"K104", "x":4, "y":1.35},
        {"label":"K105", "x":5, "y":1.45},

        {"label":"K106", "x":11, "y":1.45},
        {"label":"K107", "x":12, "y":1.35},
        {"label":"K108", "x":13, "y":1},
        {"label":"K109", "x":14, "y":1.25},
        {"label":"K110", "x":15, "y":1.75},

        {"label":"K201", "x":1, "y":2.75},
        {"label":"K202", "x":2, "y":2.25},
        {"label":"K203", "x":3, "y":2},
        {"label":"K204", "x":4, "y":2.35},
        {"label":"K205", "x":5, "y":2.45},

        {"label":"K206", "x":11, "y":2.45},
        {"label":"K207", "x":12, "y":2.35},
        {"label":"K208", "x":13, "y":2},
        {"label":"K209", "x":14, "y":2.25},
        {"label":"K210", "x":15, "y":2.75},

        {"label":"K301", "x":1, "y":3.75},
        {"label":"K302", "x":2, "y":3.25},
        {"label":"K303", "x":3, "y":3},
        {"label":"K304", "x":4, "y":3.35},
        {"label":"K305", "x":5, "y":3.45},

        {"label":"K306", "x":11, "y":3.45},
        {"label":"K307", "x":12, "y":3.35},
        {"label":"K308", "x":13, "y":3},
        {"label":"K309", "x":14, "y":3.25},
        {"label":"K310", "x":15, "y":3.75},

        {"label":"K402", "x":4, "y":4.35},
        {"label":"K403", "x":5, "y":4.45},
        {"label":"K404", "x":6, "y":4.65},
        {"label":"K405", "x":7, "y":4.95},

        {"label":"K406", "x":9, "y":4.95},
        {"label":"K407", "x":10, "y":4.65},
        {"label":"K408", "x":11, "y":4.45},
        {"label":"K409", "x":12, "y":4.35}
      ]
    }
  }
}