summaryrefslogtreecommitdiff
path: root/keyboards/kingly_keys/soap/info.json
blob: b910faac329a04d912a7dc33fcbcfbc7aab67fc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "keyboard_name": "SOAP",
  "manufacturer": "Kingly-Keys",
  "url": "https://github.com/TheRoyalSweatshirt/SOAP",
  "maintainer": "[TheRoyalSweatshirt](https://github.com/TheRoyalSweatshirt)",
  "usb": {
    "vid": "0xFEED",
    "pid": "0x0003",
    "device_version": "0.0.4"
  },
  "encoder": {
    "rotary": [
      {"pin_a": "D6", "pin_b": "D7"}
    ]
  },
  "processor": "atmega32u4",
  "bootloader": "atmel-dfu",
  "layouts": {
    "LAYOUT": {
      "layout": [{"label":"K00", "x":0, "y":0}, {"label":"K01", "x":1, "y":0}, {"label":"K02", "x":2, "y":0}, {"label":"K03", "x":4, "y":0}, {"label":"K10", "x":0, "y":1}, {"label":"K11", "x":1, "y":1}, {"label":"K12", "x":2, "y":1}, {"label":"K13", "x":4, "y":1}]
    }
  }
}