aboutsummaryrefslogtreecommitdiff
path: root/keyboards/ploopyco/trackball/rev1_007/keyboard.json
blob: 4098c86fdaf57b07c0ca59c05e8e37757f8bfd68 (plain) (blame)
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
{
    "processor": "RP2040",
    "bootloader": "rp2040",
    "usb": {
        "device_version": "1.0.0"
    },
    "diode_direction": "COL2ROW",
    "matrix_pins": {
        "direct": [
            ["GP15", "GP21", "GP23", "GP17", "GP19"]
        ]
    },
    "rgblight": {
        "led_count": 1,
        "max_brightness": 40,
        "animations": {
            "breathing": true,
            "rainbow_mood": true,
            "rainbow_swirl": true
        }
    },
    "ws2812": {
        "pin": "GP12"
    }
}