~ruther/qmk_firmware

ref: 15af5d7d0da08f05c5a6998f693c3d383b358451 qmk_firmware/keyboards/ploopyco/trackball/rev1_005/keyboard.json -rw-r--r-- 421 bytes
15af5d7d — Ryan `handwired/tkk`: fix layout name (#24056) 1 year, 3 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "processor": "atmega32u4",
    "bootloader": "atmel-dfu",
    "matrix_pins": {
        "direct": [
            ["D4", "D2", "E6", "B6", "D7"]
        ]
    },
    "ws2812": {
        "pin": "B5"
    },
    "rgblight": {
        "led_count": 3,
        "max_brightness": 40,
        "animations": {
            "breathing": true,
            "rainbow_mood": true,
            "rainbow_swirl": true
        }
    }
}