summaryrefslogtreecommitdiff
path: root/keyboards/ai03/equinox/rev0/info.json
blob: 396f50c376562bf11fcb1e15cb11492047853dae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "matrix_pins": {
        "cols": ["C4", "B7", "C6", "C7", "B6", "B5", "B4", "B3", "B2", "B1", "B0", "D6"],
        "rows": ["D3", "C5", "D4", "D5"]
    },
    "diode_direction": "COL2ROW",
    "backlight": {
        "driver": "timer",
        "pin": "D1",
        "levels": 5,
        "breathing": true
    },
    "processor": "atmega32u2",
    "bootloader": "atmel-dfu"
}