keychron_qmk_firmware/keyboards/doio/kb09/keyboard.json
DOIO2022 6374bad540
Add KB09-01 keyboard (#24044)
Co-authored-by: jack <jack@pngu.org>
2024-10-02 17:27:36 -07:00

123 lines
4.1 KiB
JSON

{
"manufacturer": "DOIO",
"keyboard_name": "KB09-01",
"maintainer": "DOIO2022",
"bootloader": "stm32duino",
"diode_direction": "COL2ROW",
"encoder": {
"rotary": [
{"pin_a": "B5", "pin_b": "B6"},
{"pin_a": "A1", "pin_b": "A2"}
]
},
"features": {
"bootmagic": true,
"command": false,
"console": false,
"encoder": true,
"extrakey": true,
"mousekey": true,
"nkro": true,
"rgb_matrix": true
},
"matrix_pins": {
"cols": ["B14", "B13", "B12", "B0", "A7"],
"rows": ["B3", "B4", "B9", "B8"]
},
"processor": "STM32F103",
"rgb_matrix": {
"animations": {
"alphas_mods": true,
"band_pinwheel_sat": true,
"band_pinwheel_val": true,
"band_sat": true,
"band_spiral_sat": true,
"band_spiral_val": true,
"band_val": true,
"breathing": true,
"cycle_all": true,
"cycle_left_right": true,
"cycle_out_in": true,
"cycle_out_in_dual": true,
"cycle_pinwheel": true,
"cycle_spiral": true,
"cycle_up_down": true,
"digital_rain": true,
"dual_beacon": true,
"gradient_left_right": true,
"gradient_up_down": true,
"hue_breathing": true,
"hue_pendulum": true,
"hue_wave": true,
"jellybean_raindrops": true,
"multisplash": true,
"pixel_fractal": true,
"pixel_rain": true,
"rainbow_beacon": true,
"rainbow_moving_chevron": true,
"rainbow_pinwheels": true,
"raindrops": true,
"solid_multisplash": true,
"solid_reactive": true,
"solid_reactive_cross": true,
"solid_reactive_multicross": true,
"solid_reactive_multinexus": true,
"solid_reactive_multiwide": true,
"solid_reactive_nexus": true,
"solid_reactive_simple": true,
"solid_reactive_wide": true,
"solid_splash": true,
"splash": true,
"typing_heatmap": true
},
"default": {
"animation": "cycle_up_down"
},
"driver": "ws2812",
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0, "flags": 4},
{"matrix": [0, 1], "x": 56, "y": 0, "flags": 4},
{"matrix": [0, 2], "x": 112, "y": 0, "flags": 4},
{"matrix": [1, 0], "x": 0, "y": 21, "flags": 4},
{"matrix": [1, 1], "x": 56, "y": 21, "flags": 4},
{"matrix": [1, 2], "x": 112, "y": 21, "flags": 4},
{"matrix": [2, 0], "x": 0, "y": 42, "flags": 4},
{"matrix": [2, 1], "x": 56, "y": 42, "flags": 4},
{"matrix": [2, 2], "x": 112, "y": 42, "flags": 4}
],
"max_brightness": 200,
"sleep": true
},
"url": "",
"usb": {
"device_version": "0.0.1",
"pid": "0x0901",
"vid": "0xD010"
},
"ws2812": {
"pin": "A10"
},
"layouts": {
"LAYOUT": {
"layout": [
{"matrix": [1, 3], "x": 1, "y": 0},
{"matrix": [0, 0], "x": 4, "y": 0},
{"matrix": [0, 1], "x": 5, "y": 0},
{"matrix": [0, 2], "x": 6, "y": 0},
{"matrix": [0, 4], "x": 8, "y": 0},
{"matrix": [1, 4], "x": 9, "y": 0},
{"matrix": [0, 3], "x": 0, "y": 1},
{"matrix": [2, 3], "x": 2, "y": 1},
{"matrix": [1, 0], "x": 4, "y": 1},
{"matrix": [1, 1], "x": 5, "y": 1},
{"matrix": [1, 2], "x": 6, "y": 1},
{"matrix": [3, 0], "x": 1, "y": 2},
{"matrix": [2, 0], "x": 4, "y": 2},
{"matrix": [2, 1], "x": 5, "y": 2},
{"matrix": [2, 2], "x": 6, "y": 2},
{"matrix": [3, 1], "x": 3, "y": 3},
{"matrix": [3, 2], "x": 3, "y": 3}
]
}
}
}