keyboard.json (3260B)
1 { 2 "keyboard_name": "Tester", 3 "manufacturer": "Geekboards", 4 "maintainer": "moyi4681", 5 "usb": { 6 "vid": "0xFEED", 7 "pid": "0x1319", 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 "rainbow_moving_chevron": true, 26 "cycle_out_in": true, 27 "cycle_out_in_dual": 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_rain": true, 39 "pixel_flow": true, 40 "pixel_fractal": true, 41 "typing_heatmap": true, 42 "digital_rain": true, 43 "solid_reactive_simple": true, 44 "solid_reactive": true, 45 "solid_reactive_wide": true, 46 "solid_reactive_multiwide": true, 47 "solid_reactive_cross": true, 48 "solid_reactive_multicross": true, 49 "solid_reactive_nexus": true, 50 "solid_reactive_multinexus": true 51 }, 52 "driver": "is31fl3731", 53 "layout": [ 54 {"matrix": [0, 0], "x": 0, "y": 0, "flags": 4}, 55 {"matrix": [0, 1], "x": 75, "y": 0, "flags": 4}, 56 {"matrix": [0, 2], "x": 151, "y": 0, "flags": 4}, 57 {"matrix": [0, 3], "x": 224, "y": 0, "flags": 4}, 58 {"matrix": [1, 0], "x": 0, "y": 64, "flags": 4}, 59 {"matrix": [1, 1], "x": 75, "y": 64, "flags": 4}, 60 {"matrix": [1, 2], "x": 151, "y": 64, "flags": 4}, 61 {"matrix": [1, 3], "x": 224, "y": 64, "flags": 4} 62 ], 63 "sleep": true 64 }, 65 "features": { 66 "bootmagic": true, 67 "extrakey": true, 68 "mousekey": false, 69 "nkro": true, 70 "rgb_matrix": true 71 }, 72 "qmk": { 73 "locking": { 74 "enabled": true, 75 "resync": true 76 } 77 }, 78 "matrix_pins": { 79 "cols": ["F7", "F6", "D2", "D3"], 80 "rows": ["B0", "D4"] 81 }, 82 "diode_direction": "COL2ROW", 83 "processor": "atmega32u4", 84 "bootloader": "qmk-dfu", 85 "debounce": 3, 86 "layouts": { 87 "LAYOUT": { 88 "layout": [ 89 {"matrix": [0, 0], "x": 0, "y": 0}, 90 {"matrix": [0, 1], "x": 1, "y": 0}, 91 {"matrix": [0, 2], "x": 2, "y": 0}, 92 {"matrix": [0, 3], "x": 3, "y": 0}, 93 94 {"matrix": [1, 0], "x": 0, "y": 1}, 95 {"matrix": [1, 1], "x": 1, "y": 1}, 96 {"matrix": [1, 2], "x": 2, "y": 1}, 97 {"matrix": [1, 3], "x": 3, "y": 1} 98 ] 99 } 100 } 101 }