summaryrefslogtreecommitdiff
path: root/keyboards/4pplet/aekiso60/rev_b/info.json
blob: b5ad58bc11df9b22a7dffe8f58e4a4b2bcf00c18 (plain)
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
33
34
35
36
37
{
    "keyboard_name": "AEKISO60 Rev B",
    "usb": {
        "pid": "0x0011",
        "device_version": "0.0.2"
    },
    "rgblight": {
        "saturation_steps": 8,
        "brightness_steps": 8,
        "led_count": 12,
        "animations": {
            "breathing": true,
            "rainbow_mood": true,
            "rainbow_swirl": true,
            "snake": true,
            "knight": true,
            "christmas": true,
            "static_gradient": true,
            "rgb_test": true,
            "alternating": true,
            "twinkle": true
        }
    },
    "ws2812": {
        "pin": "A8"
    },
    "matrix_pins": {
        "cols": ["A3", "A4", "F1", "F0", "C15", "C14", "C13", "B9", "B8", "B6", "B5", "B4", "B3", "A15"],
        "rows": ["B15", "A9", "B7", "A1", "A2"]
    },
    "diode_direction": "COL2ROW",
    "indicators": {
        "caps_lock": "A10"
    },
    "processor": "STM32F072",
    "bootloader": "stm32-dfu"
}