~ruther/qmk_firmware

qmk_firmware/keyboards/handwired/onekey/teensy_2/keyboard.json -rw-r--r-- 344 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
{
    "keyboard_name": "Onekey Teensy 2.0",
    "processor": "atmega32u4",
    "bootloader": "halfkay",
    "matrix_pins": {
        "cols": ["F4"],
        "rows": ["F5"]
    },
    "backlight": {
        "pin": "B6"
    },
    "ws2812": {
        "pin": "F6"
    },
    "apa102": {
        "data_pin": "F6",
        "clock_pin": "F7"
    }
}
Do not follow this link