summaryrefslogtreecommitdiff
path: root/keyboards/8pack/info.json
blob: 0145eef5e3ac5eabf5c077e2934eb82be5598249 (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
{
  "keyboard_name": "8-Pack",
  "manufacturer": "Charles Garcia",
  "url": "https://github.com/cgarcia2097/8-Pack",
  "maintainer": "Charles Garcia",
  "usb": {
    "vid": "0xFEED",
    "pid": "0x2171"
  },
  "backlight": {
    "driver": "timer",
    "pins": ["D1", "D0", "D4", "C6", "D7", "E6", "B4", "B5"],
    "levels": 8
  },
  "rgblight": {
    "led_count": 8,
    "animations": {
      "breathing": true,
      "rainbow_mood": true,
      "rainbow_swirl": true,
      "snake": true,
      "knight": true,
      "christmas": true,
      "static_gradient": true,
      "rgb_test": true,
      "alternating": true,
      "twinkle": true
    }
  },
  "ws2812": {
    "pin": "D2"
  },
  "processor": "atmega32u4",
  "bootloader": "caterina",
  "matrix_pins": {
    "direct": [
      ["F4", "F5", "F6", "F7"],
      ["B1", "B3", "B2", "B6"]
    ]
  }
}