2023-01-01 00:40:01 +00:00
|
|
|
{
|
|
|
|
"keyboard_name": "KB30-01",
|
|
|
|
"manufacturer": "DOIO",
|
|
|
|
"url": "",
|
2023-06-15 12:18:56 +00:00
|
|
|
"maintainer": "DOIO2022",
|
2023-01-01 00:40:01 +00:00
|
|
|
"usb": {
|
|
|
|
"vid": "0xD010",
|
|
|
|
"pid": "0x3001",
|
|
|
|
"device_version": "0.0.1"
|
|
|
|
},
|
2023-04-08 08:08:08 +00:00
|
|
|
"rgb_matrix": {
|
2024-01-07 13:36:14 +00:00
|
|
|
"animations": {
|
|
|
|
"alphas_mods": true,
|
|
|
|
"gradient_up_down": true,
|
|
|
|
"gradient_left_right": true,
|
|
|
|
"breathing": true,
|
|
|
|
"cycle_up_down": true,
|
|
|
|
"cycle_out_in": true,
|
|
|
|
"cycle_out_in_dual": true,
|
|
|
|
"rainbow_moving_chevron": true,
|
|
|
|
"cycle_pinwheel": true,
|
|
|
|
"cycle_spiral": true,
|
|
|
|
"dual_beacon": true,
|
|
|
|
"rainbow_beacon": true,
|
|
|
|
"rainbow_pinwheels": true,
|
|
|
|
"raindrops": true,
|
|
|
|
"jellybean_raindrops": true,
|
|
|
|
"hue_breathing": true,
|
|
|
|
"typing_heatmap": true,
|
|
|
|
"digital_rain": true,
|
|
|
|
"solid_reactive_simple": true,
|
|
|
|
"solid_reactive": true,
|
|
|
|
"solid_reactive_wide": true,
|
|
|
|
"solid_reactive_multiwide": true,
|
|
|
|
"solid_reactive_cross": true,
|
|
|
|
"solid_reactive_multicross": true,
|
|
|
|
"solid_reactive_nexus": true,
|
|
|
|
"solid_reactive_multinexus": true,
|
|
|
|
"splash": true,
|
|
|
|
"multisplash": true,
|
|
|
|
"solid_splash": true,
|
|
|
|
"solid_multisplash": true
|
|
|
|
},
|
|
|
|
"default": {
|
|
|
|
"animation": "cycle_up_down"
|
|
|
|
},
|
|
|
|
"driver": "ws2812",
|
|
|
|
"max_brightness": 200,
|
|
|
|
"sleep": true
|
2023-04-08 08:08:08 +00:00
|
|
|
},
|
2023-03-10 13:00:24 +00:00
|
|
|
"matrix_pins": {
|
|
|
|
"cols": ["B14", "B13", "B12", "B0", "A7", "A9", "A8"],
|
|
|
|
"rows": ["B3", "B4", "B9", "B8", "A5", "A6"]
|
|
|
|
},
|
|
|
|
"diode_direction": "COL2ROW",
|
2023-02-25 22:45:12 +00:00
|
|
|
"encoder": {
|
|
|
|
"rotary": [
|
|
|
|
{"pin_a": "B5", "pin_b": "B6"},
|
|
|
|
{"pin_a": "A1", "pin_b": "A2"},
|
|
|
|
{"pin_a": "A3", "pin_b": "A4", "resolution": 2}
|
|
|
|
]
|
|
|
|
},
|
2023-04-06 08:00:54 +00:00
|
|
|
"ws2812": {
|
|
|
|
"pin": "A10"
|
|
|
|
},
|
2023-02-08 07:41:46 +00:00
|
|
|
"processor": "STM32F103",
|
|
|
|
"bootloader": "stm32duino",
|
2023-01-01 00:40:01 +00:00
|
|
|
"layouts": {
|
|
|
|
"LAYOUT": {
|
|
|
|
"layout": [
|
2023-04-05 05:46:59 +00:00
|
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
|
|
{"matrix": [0, 1], "x": 1, "y": 0},
|
|
|
|
{"matrix": [0, 2], "x": 2, "y": 0},
|
|
|
|
{"matrix": [0, 3], "x": 3, "y": 0},
|
2023-01-01 00:40:01 +00:00
|
|
|
|
2023-04-05 05:46:59 +00:00
|
|
|
{"matrix": [0, 4], "x": 4.25, "y": 0},
|
|
|
|
{"matrix": [0, 5], "x": 5.25, "y": 0},
|
|
|
|
{"matrix": [0, 6], "x": 6.25, "y": 0},
|
2023-01-01 00:40:01 +00:00
|
|
|
|
2023-04-05 05:46:59 +00:00
|
|
|
{"matrix": [1, 0], "x": 0, "y": 1},
|
|
|
|
{"matrix": [1, 1], "x": 1, "y": 1},
|
|
|
|
{"matrix": [1, 2], "x": 2, "y": 1},
|
|
|
|
{"matrix": [1, 3], "x": 3, "y": 1, "h": 2},
|
2023-01-01 00:40:01 +00:00
|
|
|
|
2023-04-05 05:46:59 +00:00
|
|
|
{"matrix": [1, 4], "x": 4.25, "y": 1},
|
|
|
|
{"matrix": [1, 5], "x": 5.25, "y": 1},
|
|
|
|
{"matrix": [1, 6], "x": 6.25, "y": 1},
|
2023-01-01 00:40:01 +00:00
|
|
|
|
2023-06-15 12:18:56 +00:00
|
|
|
{"matrix": [2, 0], "x": 0, "y": 2},
|
|
|
|
{"matrix": [2, 1], "x": 1, "y": 2},
|
|
|
|
{"matrix": [2, 2], "x": 2, "y": 2},
|
2023-01-01 00:40:01 +00:00
|
|
|
|
2023-06-15 12:18:56 +00:00
|
|
|
{"matrix": [2, 3], "x": 4.25, "y": 2},
|
|
|
|
{"matrix": [2, 4], "x": 5.25, "y": 2},
|
|
|
|
{"matrix": [2, 5], "x": 6.25, "y": 2},
|
2023-01-01 00:40:01 +00:00
|
|
|
|
2023-06-15 12:18:56 +00:00
|
|
|
{"matrix": [3, 0], "x": 0, "y": 3},
|
|
|
|
{"matrix": [3, 1], "x": 1, "y": 3},
|
|
|
|
{"matrix": [3, 2], "x": 2, "y": 3},
|
|
|
|
{"matrix": [3, 3], "x": 3, "y": 3, "h": 2},
|
2023-04-05 05:46:59 +00:00
|
|
|
|
2023-06-15 12:18:56 +00:00
|
|
|
{"matrix": [3, 5], "x": 5.25, "y": 3},
|
2023-04-05 05:46:59 +00:00
|
|
|
|
2023-06-15 12:18:56 +00:00
|
|
|
{"matrix": [4, 0], "x": 0, "y": 4, "w": 2},
|
|
|
|
{"matrix": [4, 1], "x": 2, "y": 4},
|
2023-04-05 05:46:59 +00:00
|
|
|
|
2023-06-15 12:18:56 +00:00
|
|
|
{"matrix": [4, 2], "x": 4.25, "y": 4},
|
|
|
|
{"matrix": [4, 3], "x": 5.25, "y": 4},
|
|
|
|
{"matrix": [4, 4], "x": 6.25, "y": 4},
|
2023-04-05 05:46:59 +00:00
|
|
|
|
2023-06-15 12:18:56 +00:00
|
|
|
{"matrix": [5, 4], "x": 7.75, "y": 1},
|
|
|
|
{"matrix": [5, 5], "x": 9.75, "y": 1},
|
|
|
|
{"matrix": [5, 6], "x": 7.75, "y": 2, "w": 3, "h": 3}
|
2023-01-01 00:40:01 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|