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