~ruther/qmk_firmware

ref: a616d3a10d36b5f15a4fc2cc47b7373f2bb22e67 qmk_firmware/keyboards/bastardkb/scylla/v2/stemcell/keyboard.json -rw-r--r-- 700 bytes
a616d3a1 — Rutherther feat: use pinky keys for qk_lock, kc_app instead of thumb keys 7 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
29
30
31
32
{
    "keyboard_name": "Scylla STeMCell",
    "usb": {
        "device_version": "2.0.0"
    },
    "features": {
        "bootmagic": true,
        "mousekey": true,
        "extrakey": true,
        "rgb_matrix": true
    },
    "rgb_matrix": {
        "driver": "ws2812"
    },
    "ws2812": {
        "pin": "A2",
        "driver": "pwm"
    },
    "build": {
        "debounce_type": "asym_eager_defer_pk"
    },
    "matrix_pins": {
        "cols": ["B1", "B2", "A4", "B4", "B5", "B8"],
        "rows": ["B10", "B0", "B3", "A15", "B9"]
    },
    "diode_direction": "ROW2COL",
    "split": {
        "enabled": true,
        "soft_serial_pin": "A3"
    },
    "development_board": "stemcell"
}
Do not follow this link