keyboard.json (4380B)
1 { 2 "manufacturer": "DOIO", 3 "keyboard_name": "KB3x-01", 4 "maintainer": "DOIO2022", 5 "bootloader": "stm32duino", 6 "diode_direction": "COL2ROW", 7 "dynamic_keymap": { 8 "layer_count": 6 9 }, 10 "encoder": { 11 "rotary": [ 12 {"pin_a": "B5", "pin_b": "B6", "resolution": 2}, 13 {"pin_a": "A1", "pin_b": "A2", "resolution": 2}, 14 {"pin_a": "A3", "pin_b": "A4", "resolution": 2} 15 ] 16 }, 17 "features": { 18 "bootmagic": true, 19 "encoder": true, 20 "extrakey": true, 21 "mousekey": true, 22 "rgb_matrix": true 23 }, 24 "matrix_pins": { 25 "cols": ["B14", "B13", "B12", "B0", "A7", "A6"], 26 "rows": ["B3", "B4", "B9", "B8"] 27 }, 28 "processor": "STM32F103", 29 "rgb_matrix": { 30 "animations": { 31 "alphas_mods": true, 32 "band_pinwheel_sat": true, 33 "band_pinwheel_val": true, 34 "band_sat": true, 35 "band_spiral_sat": true, 36 "band_spiral_val": true, 37 "band_val": true, 38 "breathing": true, 39 "cycle_all": true, 40 "cycle_left_right": true, 41 "cycle_out_in": true, 42 "cycle_out_in_dual": true, 43 "cycle_pinwheel": true, 44 "cycle_spiral": true, 45 "cycle_up_down": true, 46 "digital_rain": true, 47 "dual_beacon": true, 48 "gradient_left_right": true, 49 "gradient_up_down": true, 50 "hue_breathing": true, 51 "hue_pendulum": true, 52 "hue_wave": true, 53 "jellybean_raindrops": true, 54 "multisplash": true, 55 "pixel_flow": true, 56 "pixel_fractal": true, 57 "pixel_rain": true, 58 "rainbow_beacon": true, 59 "rainbow_moving_chevron": true, 60 "rainbow_pinwheels": true, 61 "raindrops": true, 62 "solid_multisplash": true, 63 "solid_reactive": true, 64 "solid_reactive_cross": true, 65 "solid_reactive_multicross": true, 66 "solid_reactive_multinexus": true, 67 "solid_reactive_multiwide": true, 68 "solid_reactive_nexus": true, 69 "solid_reactive_simple": true, 70 "solid_reactive_wide": true, 71 "solid_splash": true, 72 "splash": true, 73 "typing_heatmap": true 74 }, 75 "driver": "ws2812", 76 "layout": [ 77 {"matrix": [0, 0], "x": 0, "y": 0, "flags": 1}, 78 {"matrix": [0, 1], "x": 75, "y": 0, "flags": 1}, 79 {"matrix": [0, 2], "x": 149, "y": 0, "flags": 1}, 80 {"matrix": [0, 3], "x": 224, "y": 0, "flags": 1}, 81 {"x": 112, "y": 64, "flags": 1}, 82 {"x": 112, "y": 64, "flags": 1}, 83 {"x": 112, "y": 64, "flags": 1}, 84 {"x": 112, "y": 64, "flags": 1} 85 ], 86 "max_brightness": 200, 87 "sleep": true 88 }, 89 "usb": { 90 "device_version": "0.0.1", 91 "pid": "0x3F01", 92 "vid": "0xD010" 93 }, 94 "ws2812": { 95 "pin": "A10" 96 }, 97 "layouts": { 98 "LAYOUT": { 99 "layout": [ 100 {"matrix": [3, 0], "x": 0, "y": 0}, 101 {"matrix": [3, 1], "x": 1, "y": 0}, 102 {"matrix": [3, 2], "x": 2, "y": 0}, 103 {"matrix": [3, 3], "x": 6.5, "y": 0}, 104 {"matrix": [3, 4], "x": 7.5, "y": 0}, 105 {"matrix": [3, 5], "x": 8.5, "y": 0}, 106 {"matrix": [0, 0], "x": 1, "y": 1.25}, 107 {"matrix": [1, 0], "x": 4.25, "y": 1.25}, 108 {"matrix": [2, 0], "x": 7.5, "y": 1.25}, 109 {"matrix": [0, 3], "x": 0, "y": 2.25}, 110 {"matrix": [0, 4], "x": 1, "y": 2.25, "encoder": 0}, 111 {"matrix": [0, 1], "x": 2, "y": 2.25}, 112 {"matrix": [1, 3], "x": 3.25, "y": 2.25}, 113 {"matrix": [1, 4], "x": 4.25, "y": 2.25, "encoder": 1}, 114 {"matrix": [1, 1], "x": 5.25, "y": 2.25}, 115 {"matrix": [2, 3], "x": 6.5, "y": 2.25}, 116 {"matrix": [2, 4], "x": 7.5, "y": 2.25, "encoder": 2}, 117 {"matrix": [2, 1], "x": 8.5, "y": 2.25}, 118 {"matrix": [0, 2], "x": 1, "y": 3.25}, 119 {"matrix": [1, 2], "x": 4.25, "y": 3.25}, 120 {"matrix": [2, 2], "x": 7.5, "y": 3.25} 121 ] 122 } 123 } 124 }