info.json (4299B)
1 { 2 "keyboard_name": "zv48", 3 "manufacturer": "zvecr", 4 "maintainer": "zvecr", 5 "usb": { 6 "vid": "0x5A56", 7 "pid": "0x0048", 8 "device_version": "0.0.1" 9 }, 10 "features": { 11 "bootmagic": true, 12 "encoder": true, 13 "extrakey": true, 14 "mousekey": true, 15 "nkro": true, 16 "rgblight": true 17 }, 18 "matrix_pins": { 19 "cols": ["B15", "B10", "B0", "A5", "A4", "A3"], 20 "rows": ["A10", "A15", "B3", "B4"], 21 "io_delay": 5 22 }, 23 "diode_direction": "COL2ROW", 24 "encoder": { 25 "rotary": [ 26 {"pin_a": "B5", "pin_b": "A2"} 27 ] 28 }, 29 "ws2812": { 30 "pin": "B1", 31 "driver": "pwm" 32 }, 33 "rgblight": { 34 "led_count": 48, 35 "max_brightness": 120, 36 "split_count": [24, 24], 37 "animations": { 38 "breathing": true, 39 "rainbow_mood": true, 40 "rainbow_swirl": true, 41 "snake": true, 42 "knight": true, 43 "christmas": true, 44 "static_gradient": true, 45 "rgb_test": true, 46 "alternating": true, 47 "twinkle": true 48 } 49 }, 50 "split": { 51 "enabled": true, 52 "bootmagic": { 53 "matrix": [4, 0] 54 }, 55 "handedness": { 56 "pin": "B9" 57 }, 58 "serial": { 59 "driver": "usart", 60 "pin": "B6" 61 }, 62 "matrix_pins": { 63 "right": { 64 "cols": ["B10", "B15", "A10", "A15", "B3", "B4"], 65 "rows": ["B0", "A5", "A4", "A3"] 66 } 67 } 68 }, 69 "community_layouts": ["ortho_4x12"], 70 "layouts": { 71 "LAYOUT_ortho_4x12": { 72 "layout": [ 73 {"matrix": [0, 0], "x": 0, "y": 0, "encoder": 0}, 74 {"matrix": [0, 1], "x": 1, "y": 0}, 75 {"matrix": [0, 2], "x": 2, "y": 0}, 76 {"matrix": [0, 3], "x": 3, "y": 0}, 77 {"matrix": [0, 4], "x": 4, "y": 0}, 78 {"matrix": [0, 5], "x": 5, "y": 0}, 79 {"matrix": [4, 5], "x": 6, "y": 0}, 80 {"matrix": [4, 4], "x": 7, "y": 0}, 81 {"matrix": [4, 3], "x": 8, "y": 0}, 82 {"matrix": [4, 2], "x": 9, "y": 0}, 83 {"matrix": [4, 1], "x": 10, "y": 0}, 84 {"matrix": [4, 0], "x": 11, "y": 0, "encoder": 1}, 85 86 {"matrix": [1, 0], "x": 0, "y": 1}, 87 {"matrix": [1, 1], "x": 1, "y": 1}, 88 {"matrix": [1, 2], "x": 2, "y": 1}, 89 {"matrix": [1, 3], "x": 3, "y": 1}, 90 {"matrix": [1, 4], "x": 4, "y": 1}, 91 {"matrix": [1, 5], "x": 5, "y": 1}, 92 {"matrix": [5, 5], "x": 6, "y": 1}, 93 {"matrix": [5, 4], "x": 7, "y": 1}, 94 {"matrix": [5, 3], "x": 8, "y": 1}, 95 {"matrix": [5, 2], "x": 9, "y": 1}, 96 {"matrix": [5, 1], "x": 10, "y": 1}, 97 {"matrix": [5, 0], "x": 11, "y": 1}, 98 99 {"matrix": [2, 0], "x": 0, "y": 2}, 100 {"matrix": [2, 1], "x": 1, "y": 2}, 101 {"matrix": [2, 2], "x": 2, "y": 2}, 102 {"matrix": [2, 3], "x": 3, "y": 2}, 103 {"matrix": [2, 4], "x": 4, "y": 2}, 104 {"matrix": [2, 5], "x": 5, "y": 2}, 105 {"matrix": [6, 5], "x": 6, "y": 2}, 106 {"matrix": [6, 4], "x": 7, "y": 2}, 107 {"matrix": [6, 3], "x": 8, "y": 2}, 108 {"matrix": [6, 2], "x": 9, "y": 2}, 109 {"matrix": [6, 1], "x": 10, "y": 2}, 110 {"matrix": [6, 0], "x": 11, "y": 2}, 111 112 {"matrix": [3, 0], "x": 0, "y": 3}, 113 {"matrix": [3, 1], "x": 1, "y": 3}, 114 {"matrix": [3, 2], "x": 2, "y": 3}, 115 {"matrix": [3, 3], "x": 3, "y": 3}, 116 {"matrix": [3, 4], "x": 4, "y": 3}, 117 {"matrix": [3, 5], "x": 5, "y": 3}, 118 {"matrix": [7, 5], "x": 6, "y": 3}, 119 {"matrix": [7, 4], "x": 7, "y": 3}, 120 {"matrix": [7, 3], "x": 8, "y": 3}, 121 {"matrix": [7, 2], "x": 9, "y": 3}, 122 {"matrix": [7, 1], "x": 10, "y": 3}, 123 {"matrix": [7, 0], "x": 11, "y": 3} 124 ] 125 } 126 } 127 }