~ruther/qmk_firmware

ref: f293e6b4da5a3eca36e6a6da7c1bcbf3ecd536e8 qmk_firmware/keyboards/palette1202/info.json -rw-r--r-- 873 bytes
f293e6b4 — James Young Glacier: Community Layout support (#16474) 3 years ago
                                                                                
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
{
  "keyboard_name": "Palette1202",
  "url": "https://github.com/niltea/Palette1202",
  "maintainer": "niltea",
  "layouts": {
    "LAYOUT": {
      "layout": [
        { "label":"Tab",     "x": 0, "y": 0.75 },
        { "label":"GUI + A", "x": 1, "y": 0.25 },
        { "label":"E",       "x": 2, "y": 0 },
        { "label":"P",       "x": 3, "y": 0.5 },
        { "label":"GUI + 0", "x": 4, "y": 0 },

        { "label":"Fn",      "x": 0, "y": 1.75 },
        { "label":"M",       "x": 1, "y": 1.25 },
        { "label":"BackSP",  "x": 2, "y": 1 },
        { "label":"B",       "x": 3, "y": 1.5 },
        { "label":"HYPR",    "x": 4, "y": 1 },

        { "label":"Shift",   "x": 1, "y": 2.5 },
        { "label":"LGUI",    "x": 2, "y": 2.5 },
        { "label":"GUI + Z", "x": 3, "y": 2.5 },
        { "label":"Space",   "x": 4, "y": 2.5, "r": 15 }
      ]
    }
  }
}