~ruther/qmk_firmware

ref: 74360d0a01d58baf68109f6380144c7f3c69ef91 qmk_firmware/keyboards/mechlovin/mechlovin9/rev2/info.json -rw-r--r-- 631 bytes
74360d0a — Duncan Sutherland [Keymap] fix unxmaal for 60_iso (#21975) 2 years ago
                                                                                
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
{
    "keyboard_name": "Mechlovin9 Rev2",
    "usb": {
        "pid": "0x6509",
        "device_version": "0.0.2"
    },
    "matrix_pins": {
        "cols": ["B2", "B1", "B0", "B3", "B4", "B5", "D0", "D1", "D5", "D6", "D7", "C0", "C3", "C2", "C1"],
        "rows": ["A0", "A1", "A2", "A3", "A4"]
    },
    "diode_direction": "COL2ROW",
    "features": {
        "backlight": true
    },
    "backlight": {
        "pin": "D4",
        "breathing": true
    },
    "indicators": {
        "caps_lock": "A7"
    },
    "bootmagic": {
        "matrix": [0, 13]
    },
    "processor": "atmega32a",
    "bootloader": "bootloadhid"
}