~ruther/qmk_firmware

qmk_firmware/keyboards/keyhive/uno/rev1/keyboard.json -rw-r--r-- 519 bytes
6e7c1c90 — Rutherther fix: remap ROW3 in kyria because of broken pin by static electricity discharge 2 months 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
28
{
    "keyboard_name": "Uno rev1",
    "usb": {
        "device_version": "0.0.1"
    },
    "rgblight": {
        "led_count": 1,
        "animations": {
            "rainbow_mood": true
        }
    },
    "ws2812": {
        "pin": "F6"
    },
    "processor": "atmega32u4",
    "bootloader": "caterina",
    "features": {
        "bootmagic": false,
        "mousekey": false,
        "extrakey": false,
        "rgblight": true
    },
    "matrix_pins": {
        "direct": [
            ["B6"]
        ]
    }
}
Do not follow this link