aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/yatara/drink_me/info.json
blob: 0e021a70655aba45e8be30b112bc32aa7188c6c6 (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
{
  "keyboard_name": "Drink Me",
  "url": "https://github.com/yatara-cc",
  "maintainer": "yatara-cc",
  "width": 4,
  "height": 1,
  "layouts": {
    "LAYOUT": {
      "key_count": 4,
      "layout": [
        {
          "label": "K0",
          "x": 0,
          "y": 0
        },
        {
          "label": "K1",
          "x": 1,
          "y": 0
        },
        {
          "label": "K2",
          "x": 2,
          "y": 0
        },
        {
          "label": "K3",
          "x": 3,
          "y": 0
        }
      ]
    }
  }
}