keyboard.json (4228B)
1 { 2 "manufacturer": "SIRIND", 3 "keyboard_name": "ChickPad", 4 "maintainer": "eerraa", 5 "bootloader": "rp2040", 6 "build": { 7 "debounce_type": "sym_defer_pk" 8 }, 9 "diode_direction": "COL2ROW", 10 "features": { 11 "bootmagic": true, 12 "extrakey": true, 13 "mousekey": true, 14 "nkro": true, 15 "rgb_matrix": true 16 }, 17 "matrix_pins": { 18 "cols": ["GP23", "GP25", "GP3", "GP5", "GP4"], 19 "rows": ["GP18", "GP24", "GP22"] 20 }, 21 "processor": "RP2040", 22 "rgb_matrix": { 23 "animations": { 24 "alphas_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 "typing_heatmap": true 72 }, 73 "driver": "ws2812", 74 "layout": [ 75 {"matrix": [0, 0], "x": 0, "y": 0, "flags": 4}, 76 {"matrix": [0, 1], "x": 56, "y": 0, "flags": 4}, 77 {"matrix": [0, 2], "x": 112, "y": 0, "flags": 4}, 78 {"matrix": [0, 3], "x": 168, "y": 0, "flags": 4}, 79 {"matrix": [0, 4], "x": 224, "y": 16, "flags": 1}, 80 {"matrix": [1, 3], "x": 168, "y": 32, "flags": 4}, 81 {"matrix": [1, 2], "x": 112, "y": 32, "flags": 4}, 82 {"matrix": [1, 1], "x": 56, "y": 32, "flags": 4}, 83 {"matrix": [1, 0], "x": 0, "y": 32, "flags": 4}, 84 {"matrix": [2, 0], "x": 28, "y": 64, "flags": 1}, 85 {"matrix": [2, 2], "x": 112, "y": 64, "flags": 4}, 86 {"matrix": [2, 3], "x": 168, "y": 64, "flags": 4}, 87 {"matrix": [2, 4], "x": 224, "y": 64, "flags": 4} 88 ], 89 "sleep": true 90 }, 91 "usb": { 92 "device_version": "1.0.0", 93 "pid": "0x0015", 94 "vid": "0x4552" 95 }, 96 "ws2812": { 97 "driver": "vendor", 98 "pin": "GP19" 99 }, 100 "layouts": { 101 "LAYOUT": { 102 "layout": [ 103 {"matrix": [0, 0], "x": 0, "y": 0}, 104 {"matrix": [0, 1], "x": 1, "y": 0}, 105 {"matrix": [0, 2], "x": 2, "y": 0}, 106 {"matrix": [0, 3], "x": 3, "y": 0}, 107 {"matrix": [0, 4], "x": 4.25, "y": 0, "w": 1.25, "h": 2}, 108 {"matrix": [1, 0], "x": 0, "y": 1, "w": 1.25}, 109 {"matrix": [1, 1], "x": 1.25, "y": 1}, 110 {"matrix": [1, 2], "x": 2.25, "y": 1}, 111 {"matrix": [1, 3], "x": 3.25, "y": 1}, 112 {"matrix": [2, 0], "x": 0, "y": 2, "w": 2.25}, 113 {"matrix": [2, 2], "x": 2.25, "y": 2}, 114 {"matrix": [2, 3], "x": 3.25, "y": 2}, 115 {"matrix": [2, 4], "x": 4.25, "y": 2} 116 ] 117 } 118 } 119 }