summaryrefslogtreecommitdiff
path: root/keyboards/boardsource/microdox/v1/info.json
blob: ba8307221afac5a1bd77d50a90a0dacf98de96bb (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
{
  "features": {
    "rgblight": true
  },
  "matrix_pins": {
    "cols": ["F4", "F5", "F6", "F7", "B1"],
    "rows": ["B2", "B6", "B4", "B5"]
  },
  "usb": {
    "device_version": "1.0.0"
  },
  "split": {
    "soft_serial_pin": "D2"
  },
  "rgblight": {
    "pin": "D3",
    "sleep": true,
    "led_count": 12,
    "split_count": [6, 6],
    "max_brightness": 150,
    "animations": {
      "alternating": true,
      "breathing": true,
      "christmas": true,
      "knight": true,
      "rainbow_mood": true,
      "rainbow_swirl": true,
      "rgb_test": true,
      "snake": true,
      "static_gradient": true,
      "twinkle": true
    }
  }
}