summaryrefslogtreecommitdiff
path: root/keyboards/sakura_workshop/fuji75/info.json
blob: 7b56fd4d7220ce7ce256160778a50783969dab5c (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
{
    "manufacturer": "SakuraWorkshop",
    "url": "",
    "maintainer": "Freather",
    "processor": "atmega32u4",
    "bootloader": "atmel-dfu",
    "diode_direction": "COL2ROW",
    "features": {
        "bootmagic": true,
        "mousekey": true,
        "extrakey": true,
        "nkro": true,
        "rgblight": true
    },
    "rgblight": {
        "led_count": 1,
       "layers": {
             "enabled": true
        },
        "sleep": true,
        "animations": {
            "alternating": true,
            "breathing": true,
            "christmas": true,
            "knight": true,
            "rainbow_mood": true,
            "rainbow_swirl": true,
            "rgb_test": true,
            "snake": true,
            "static_gradient": true,
            "twinkle": true
        }
    }
}