keyboard.json (4700B)
1 { 2 "manufacturer": "Keenome Keys", 3 "keyboard_name": "The Grid v2", 4 "maintainer": "Keenome Keys", 5 "bootloader": "rp2040", 6 "features": { 7 "bootmagic": true, 8 "extrakey": true, 9 "mousekey": true, 10 "nkro": true, 11 "rgb_matrix": true 12 }, 13 "matrix_pins": { 14 "direct": [ 15 ["GP25", "GP24", "GP23", "GP22"], 16 ["GP21", "GP20", "GP19", "GP18"], 17 ["GP17", "GP16", "GP15", "GP14"], 18 ["GP13", "GP12", "GP11", "GP10"] 19 ] 20 }, 21 "processor": "RP2040", 22 "rgb_matrix": { 23 "animations": { 24 "alpha_mods": true, 25 "band_pinwheel_sat": true, 26 "band_pinwheel_val": true, 27 "band_sat": true, 28 "band_spiral_sat": true, 29 "band_spiral_val": true, 30 "band_val": true, 31 "breathing": true, 32 "cycle_all": true, 33 "cycle_left_right": true, 34 "cycle_out_in": true, 35 "cycle_out_in_dual": true, 36 "cycle_pinwheel": true, 37 "cycle_spiral": true, 38 "cycle_up_down": true, 39 "digital_rain": true, 40 "dual_beacon": true, 41 "flower_blooming": true, 42 "gradient_left_right": true, 43 "gradient_up_down": true, 44 "hue_breathing": true, 45 "hue_pendulum": true, 46 "hue_wave": true, 47 "jellybean_raindrops": true, 48 "multisplash": true, 49 "pixel_flow": true, 50 "pixel_fractal": true, 51 "pixel_rain": true, 52 "rainbow_beacon": true, 53 "rainbow_moving_chevron": true, 54 "rainbow_pinwheels": true, 55 "raindrops": true, 56 "riverflow": true, 57 "solid_multisplash": true, 58 "solid_reactive": true, 59 "solid_reactive_cross": true, 60 "solid_reactive_multicross": true, 61 "solid_reactive_multinexus": true, 62 "solid_reactive_multiwide": true, 63 "solid_reactive_nexus": true, 64 "solid_reactive_simple": true, 65 "solid_reactive_wide": true, 66 "solid_splash": true, 67 "splash": true, 68 "starlight": true, 69 "starlight_dual_hue": true, 70 "starlight_dual_sat": true, 71 "starlight_smooth": true, 72 "typing_heatmap": true 73 }, 74 "default": { 75 "animation": "cycle_spiral", 76 "speed": 32, 77 "val": 144 78 }, 79 "driver": "ws2812", 80 "layout": [ 81 {"matrix": [0, 0], "x": 0, "y": 0, "flags": 4}, 82 {"matrix": [0, 1], "x": 75, "y": 0, "flags": 4}, 83 {"matrix": [0, 2], "x": 149, "y": 0, "flags": 4}, 84 {"matrix": [0, 3], "x": 224, "y": 0, "flags": 4}, 85 {"matrix": [1, 3], "x": 224, "y": 21, "flags": 4}, 86 {"matrix": [1, 2], "x": 149, "y": 21, "flags": 4}, 87 {"matrix": [1, 1], "x": 75, "y": 21, "flags": 4}, 88 {"matrix": [1, 0], "x": 0, "y": 21, "flags": 4}, 89 {"matrix": [2, 0], "x": 0, "y": 43, "flags": 4}, 90 {"matrix": [2, 1], "x": 75, "y": 43, "flags": 4}, 91 {"matrix": [2, 2], "x": 149, "y": 43, "flags": 4}, 92 {"matrix": [2, 3], "x": 224, "y": 43, "flags": 4}, 93 {"matrix": [3, 3], "x": 224, "y": 64, "flags": 4}, 94 {"matrix": [3, 2], "x": 149, "y": 64, "flags": 4}, 95 {"matrix": [3, 1], "x": 75, "y": 64, "flags": 4}, 96 {"matrix": [3, 0], "x": 0, "y": 64, "flags": 4} 97 ], 98 "sleep": true 99 }, 100 "usb": { 101 "device_version": "1.0.0", 102 "pid": "0x0001", 103 "vid": "0x6167" 104 }, 105 "ws2812": { 106 "driver": "vendor", 107 "pin": "GP26" 108 }, 109 "layouts": { 110 "LAYOUT": { 111 "layout": [ 112 {"matrix": [0, 0], "x": 0, "y": 0}, 113 {"matrix": [0, 1], "x": 1, "y": 0}, 114 {"matrix": [0, 2], "x": 2, "y": 0}, 115 {"matrix": [0, 3], "x": 3, "y": 0}, 116 {"matrix": [1, 0], "x": 0, "y": 1}, 117 {"matrix": [1, 1], "x": 1, "y": 1}, 118 {"matrix": [1, 2], "x": 2, "y": 1}, 119 {"matrix": [1, 3], "x": 3, "y": 1}, 120 {"matrix": [2, 0], "x": 0, "y": 2}, 121 {"matrix": [2, 1], "x": 1, "y": 2}, 122 {"matrix": [2, 2], "x": 2, "y": 2}, 123 {"matrix": [2, 3], "x": 3, "y": 2}, 124 {"matrix": [3, 0], "x": 0, "y": 3}, 125 {"matrix": [3, 1], "x": 1, "y": 3}, 126 {"matrix": [3, 2], "x": 2, "y": 3}, 127 {"matrix": [3, 3], "x": 3, "y": 3} 128 ] 129 } 130 } 131 }