summaryrefslogtreecommitdiff
path: root/keyboards/hillside/46/0_1/info.json
blob: 29a23aad809ff0231b2b18bb5aaf2a0743684303 (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
{
    "processor": "atmega32u4",
    "bootloader": "atmel-dfu",

    "matrix_pins": {
        "rows": ["C6", "D7", "E6", "B5"],
        "cols": ["F6", "F7", "B1", "B3", "B2", "B6"]
     },
    "diode_direction": "COL2ROW",

    "usb": {
      "vid": "0x4D4D",
      "pid": "0x4846",
      "device_version": "0.0.1"
    },

    "features": {
        "encoder": true,
        "extrakey": true,
        "rgblight": true
    },
    "split": {
        "soft_serial_pin": "D2"
    },

    "rgblight": {
        "led_count": 4,
        "pin": "D3",
        "split": true,
        "hue_steps": 8,
        "saturation_steps": 8,
        "brightness_steps": 8
    }
}