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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
{
"manufacturer": "jpe230",
"keyboard_name": "big_knob",
"maintainer": "jpe230",
"bootloader": "rp2040",
"processor": "RP2040",
"url": "https://github.com/Jpe230/big_knob",
"usb": {
"device_version": "1.0.0",
"vid": "0xE230",
"pid": "0x1337"
},
"features": {
"rgblight": true,
"bootmagic": true,
"extrakey": true,
"mousekey": true,
"encoder": true,
"backlight": true
},
"matrix_pins": {
"direct": [
["GP1"]
]
},
"encoder": {
"rotary": [
{"pin_a": "GP2", "pin_b": "GP3"}
]
},
"backlight": {
"pin": "GP7",
"levels": 7,
"default": {
"brightness": 6
}
},
"rgblight": {
"driver": "ws2812",
"led_count": 10,
"max_brightness": 200,
"sleep": true,
"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": "GP0",
"driver": "vendor"
},
"community_layouts": ["ortho_1x1"],
"layouts": {
"LAYOUT_ortho_1x1": {
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0}
]
}
}
}
|