summaryrefslogtreecommitdiff
path: root/keyboards/40percentclub/nein/info.json
blob: 82d03395d8a6b3f1a94c426741abc214aab6346e (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
{
  "keyboard_name": "The nein Keyboard",
  "manufacturer": "di0ib",
  "url": "http://www.40percent.club/2019/04/nein.html",
  "maintainer": "qmk",
  "usb": {
    "vid": "0x4025",
    "pid": "0x9999",
    "device_version": "99.9.9"
  },
  "processor": "atmega32u4",
  "bootloader": "caterina",
  "layouts": {
    "LAYOUT_ortho_3x3": {
      "layout": [
        {"x":0, "y":0},
        {"x":1, "y":0},
        {"x":2, "y":0},
        {"x":0, "y":1},
        {"x":1, "y":1},
        {"x":2, "y":1},
        {"x":0, "y":2},
        {"x":1, "y":2},
        {"x":2, "y":2}
      ]
    }
  }
}