summaryrefslogtreecommitdiff
path: root/keyboards/bemeier/bmek/rev3/info.json
blob: ac0faf8706348cd2b5c64d8e11bf8c208641cfa8 (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
{
    "usb": {
        "device_version": "0.0.3"
    },
    "rgblight": {
        "saturation_steps": 8,
        "brightness_steps": 8,
        "led_count": 6,
        "animations": {
            "breathing": true,
            "rainbow_mood": true
        }
    },
    "tapping": {
        "term": 175
    },
    "ws2812": {
        "pin": "E6"
    },
    "matrix_pins": {
        "cols": ["B6", "C6", "C7", "F7", "F6", "F5", "F4", "F0", "B7", "D0", "D1", "D2", "D3", "D5", "D4"],
        "rows": ["F1", "B4", "B5", "D6", "D7"]
    },
    "diode_direction": "COL2ROW",
    "processor": "atmega32u4",
    "bootloader": "atmel-dfu"
}