keyboard.json (4182B)
1 { 2 "keyboard_name": "latinpad", 3 "manufacturer": "latincompass", 4 "url": "https://github.com/latincompass/2-RotaryEncoder-pad", 5 "maintainer": "latincompass", 6 "usb": { 7 "vid": "0x6C63", 8 "pid": "0x6C70", 9 "device_version": "0.0.1" 10 }, 11 "rgb_matrix": { 12 "animations": { 13 "alphas_mods": true, 14 "gradient_up_down": true, 15 "gradient_left_right": true, 16 "breathing": true, 17 "band_sat": true, 18 "band_val": true, 19 "band_pinwheel_sat": true, 20 "band_pinwheel_val": true, 21 "band_spiral_sat": true, 22 "band_spiral_val": true, 23 "cycle_all": true, 24 "cycle_left_right": true, 25 "cycle_up_down": true, 26 "rainbow_moving_chevron": true, 27 "cycle_out_in": true, 28 "cycle_out_in_dual": true, 29 "cycle_pinwheel": true, 30 "cycle_spiral": true, 31 "dual_beacon": true, 32 "rainbow_beacon": true, 33 "rainbow_pinwheels": true, 34 "raindrops": true, 35 "jellybean_raindrops": true, 36 "hue_breathing": true, 37 "hue_pendulum": true, 38 "hue_wave": true, 39 "pixel_rain": true, 40 "pixel_flow": true, 41 "pixel_fractal": true 42 }, 43 "driver": "ws2812", 44 "layout": [ 45 {"matrix": [0, 0], "x": 0, "y": 16, "flags": 1}, 46 {"matrix": [0, 1], "x": 74, "y": 16, "flags": 1}, 47 {"matrix": [0, 2], "x": 148, "y": 16, "flags": 1}, 48 {"matrix": [0, 3], "x": 224, "y": 16, "flags": 1}, 49 {"matrix": [1, 0], "x": 0, "y": 32, "flags": 1}, 50 {"matrix": [1, 1], "x": 74, "y": 32, "flags": 1}, 51 {"matrix": [1, 2], "x": 148, "y": 32, "flags": 1}, 52 {"matrix": [1, 3], "x": 224, "y": 32, "flags": 1}, 53 {"matrix": [2, 0], "x": 0, "y": 48, "flags": 1}, 54 {"matrix": [2, 1], "x": 74, "y": 48, "flags": 1}, 55 {"matrix": [2, 2], "x": 148, "y": 48, "flags": 1}, 56 {"matrix": [2, 3], "x": 224, "y": 48, "flags": 1}, 57 {"matrix": [3, 0], "x": 0, "y": 64, "flags": 1}, 58 {"matrix": [3, 1], "x": 74, "y": 64, "flags": 1}, 59 {"matrix": [3, 2], "x": 148, "y": 64, "flags": 1}, 60 {"matrix": [3, 3], "x": 224, "y": 64, "flags": 1}, 61 {"matrix": [4, 0], "x": 0, "y": 0, "flags": 1}, 62 {"matrix": [4, 1], "x": 74, "y": 0, "flags": 1} 63 ] 64 }, 65 "features": { 66 "bootmagic": true, 67 "encoder": true, 68 "extrakey": true, 69 "mousekey": false, 70 "nkro": false, 71 "oled": true, 72 "rgb_matrix": true 73 }, 74 "matrix_pins": { 75 "cols": ["D4", "C6", "D7", "E6"], 76 "rows": ["F4", "F5", "F6", "F7", "B1"] 77 }, 78 "diode_direction": "ROW2COL", 79 "encoder": { 80 "rotary": [ 81 {"pin_a": "B4", "pin_b": "B2"}, 82 {"pin_a": "B5", "pin_b": "B6"} 83 ] 84 }, 85 "ws2812": { 86 "pin": "D3" 87 }, 88 "development_board": "promicro", 89 "layouts": { 90 "LAYOUT": { 91 "layout": [ 92 {"matrix": [4, 0], "x": 0, "y": 0, "w": 0.8, "h": 0.8}, 93 {"matrix": [4, 1], "x": 0.8, "y": 0, "w": 0.8, "h": 0.8}, 94 95 {"matrix": [0, 0], "x": 0, "y": 1}, 96 {"matrix": [0, 1], "x": 1, "y": 1}, 97 {"matrix": [0, 2], "x": 2, "y": 1}, 98 {"matrix": [0, 3], "x": 3, "y": 1}, 99 100 {"matrix": [1, 0], "x": 0, "y": 2}, 101 {"matrix": [1, 1], "x": 1, "y": 2}, 102 {"matrix": [1, 2], "x": 2, "y": 2}, 103 {"matrix": [1, 3], "x": 3, "y": 2}, 104 105 {"matrix": [2, 0], "x": 0, "y": 3}, 106 {"matrix": [2, 1], "x": 1, "y": 3}, 107 {"matrix": [2, 2], "x": 2, "y": 3}, 108 {"matrix": [2, 3], "x": 3, "y": 3}, 109 110 {"matrix": [3, 0], "x": 0, "y": 4}, 111 {"matrix": [3, 1], "x": 1, "y": 4}, 112 {"matrix": [3, 2], "x": 2, "y": 4}, 113 {"matrix": [3, 3], "x": 3, "y": 4} 114 ] 115 } 116 } 117 }