summaryrefslogtreecommitdiff
path: root/keyboards/handwired/tractyl_manuform/5x6_right/elite_c/info.json
blob: 3ea61f0a1a4ad8e2878104e821393b112ff70acc (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
{
    "keyboard_name": "Tractyl Manuform (5x6) Elite-C",
    "matrix_pins": {
        "cols": ["D4", "D7", "E6", "B4", "B5", "B7"],
        "rows": ["F7", "F6", "F5", "F4", "F1", "F0"]
    },
    "diode_direction": "COL2ROW",
    "encoder": {
        "rotary": [
            {"pin_a": "D5", "pin_b": "C7"}
        ]
    },
    "split": {
        "soft_serial_pin": "D2"
    },
    "ws2812": {
        "pin": "D3"
    },
    "rgblight": {
        "max_brightness": 80,
        "split_count": [10, 10]
    },
    "processor": "atmega32u4",
    "bootloader": "atmel-dfu"
}