keyboard.json (5715B)
1 { 2 "keyboard_name": "WOO-DY", 3 "manufacturer": "X-BOWS", 4 "maintainer": "qmk", 5 "usb": { 6 "vid": "0xFEED", 7 "pid": "0x1224", 8 "device_version": "0.0.1" 9 }, 10 "features": { 11 "bootmagic": true, 12 "extrakey": true, 13 "mousekey": true, 14 "nkro": true, 15 "rgb_matrix": true 16 }, 17 "rgb_matrix": { 18 "animations": { 19 "alphas_mods": true, 20 "gradient_left_right": true, 21 "breathing": true, 22 "band_val": true, 23 "band_pinwheel_val": true, 24 "band_spiral_val": true, 25 "cycle_all": true, 26 "cycle_left_right": true, 27 "cycle_up_down": true, 28 "rainbow_moving_chevron": true, 29 "cycle_out_in": true, 30 "cycle_out_in_dual": true, 31 "cycle_pinwheel": true, 32 "cycle_spiral": true, 33 "dual_beacon": true, 34 "rainbow_beacon": true, 35 "rainbow_pinwheels": true, 36 "raindrops": true, 37 "jellybean_raindrops": true, 38 "hue_breathing": true, 39 "hue_pendulum": true, 40 "hue_wave": true, 41 "pixel_rain": true, 42 "pixel_flow": true, 43 "pixel_fractal": true, 44 "typing_heatmap": true, 45 "solid_reactive_simple": true, 46 "solid_reactive": true 47 }, 48 "driver": "is31fl3731", 49 "led_flush_limit": 26, 50 "led_process_limit": 4, 51 "max_brightness": 200, 52 "sleep": true 53 }, 54 "matrix_pins": { 55 "cols": ["B6", "C6", "C7", "F4", "F5", "F6", "F7", "B7", "D2", "D3", "D5", "D4", "D6", "D7", "B4"], 56 "rows": ["B3", "B2", "B1", "B0", "B5"] 57 }, 58 "diode_direction": "COL2ROW", 59 "processor": "atmega32u4", 60 "bootloader": "atmel-dfu", 61 "debounce": 3, 62 "layouts": { 63 "LAYOUT": { 64 "layout": [ 65 {"matrix": [0, 0], "x": 0, "y": 0}, 66 {"matrix": [0, 1], "x": 1, "y": 0}, 67 {"matrix": [0, 2], "x": 2, "y": 0}, 68 {"matrix": [0, 3], "x": 3, "y": 0}, 69 {"matrix": [0, 4], "x": 4, "y": 0}, 70 {"matrix": [0, 5], "x": 5, "y": 0}, 71 {"matrix": [0, 6], "x": 6, "y": 0}, 72 {"matrix": [0, 7], "x": 7, "y": 0}, 73 {"matrix": [0, 8], "x": 8, "y": 0}, 74 {"matrix": [0, 9], "x": 9, "y": 0}, 75 {"matrix": [0, 10], "x": 10, "y": 0}, 76 {"matrix": [0, 11], "x": 11, "y": 0}, 77 {"matrix": [0, 12], "x": 12, "y": 0}, 78 {"matrix": [0, 13], "x": 13, "y": 0, "w": 2}, 79 {"matrix": [0, 14], "x": 15, "y": 0}, 80 81 {"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5}, 82 {"matrix": [1, 1], "x": 1.5, "y": 1}, 83 {"matrix": [1, 2], "x": 2.5, "y": 1}, 84 {"matrix": [1, 3], "x": 3.5, "y": 1}, 85 {"matrix": [1, 4], "x": 4.5, "y": 1}, 86 {"matrix": [1, 5], "x": 5.5, "y": 1}, 87 {"matrix": [1, 6], "x": 6.5, "y": 1}, 88 {"matrix": [1, 7], "x": 7.5, "y": 1}, 89 {"matrix": [1, 8], "x": 8.5, "y": 1}, 90 {"matrix": [1, 9], "x": 9.5, "y": 1}, 91 {"matrix": [1, 10], "x": 10.5, "y": 1}, 92 {"matrix": [1, 11], "x": 11.5, "y": 1}, 93 {"matrix": [1, 12], "x": 12.5, "y": 1}, 94 {"matrix": [1, 13], "x": 13.5, "y": 1, "w": 1.5}, 95 {"matrix": [1, 14], "x": 15, "y": 1}, 96 97 {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75}, 98 {"matrix": [2, 1], "x": 1.75, "y": 2}, 99 {"matrix": [2, 2], "x": 2.75, "y": 2}, 100 {"matrix": [2, 3], "x": 3.75, "y": 2}, 101 {"matrix": [2, 4], "x": 4.75, "y": 2}, 102 {"matrix": [2, 5], "x": 5.75, "y": 2}, 103 {"matrix": [2, 6], "x": 6.75, "y": 2}, 104 {"matrix": [2, 7], "x": 7.75, "y": 2}, 105 {"matrix": [2, 8], "x": 8.75, "y": 2}, 106 {"matrix": [2, 9], "x": 9.75, "y": 2}, 107 {"matrix": [2, 10], "x": 10.75, "y": 2}, 108 {"matrix": [2, 11], "x": 11.75, "y": 2}, 109 {"matrix": [2, 13], "x": 12.75, "y": 2, "w": 2.25}, 110 {"matrix": [2, 14], "x": 15, "y": 2}, 111 112 {"matrix": [3, 0], "x": 0, "y": 3, "w": 2.25}, 113 {"matrix": [3, 1], "x": 2.25, "y": 3}, 114 {"matrix": [3, 2], "x": 3.25, "y": 3}, 115 {"matrix": [3, 3], "x": 4.25, "y": 3}, 116 {"matrix": [3, 4], "x": 5.25, "y": 3}, 117 {"matrix": [3, 5], "x": 6.25, "y": 3}, 118 {"matrix": [3, 6], "x": 7.25, "y": 3}, 119 {"matrix": [3, 7], "x": 8.25, "y": 3}, 120 {"matrix": [3, 8], "x": 9.25, "y": 3}, 121 {"matrix": [3, 9], "x": 10.25, "y": 3}, 122 {"matrix": [3, 10], "x": 11.25, "y": 3}, 123 {"matrix": [3, 12], "x": 12.25, "y": 3, "w": 1.75}, 124 {"matrix": [3, 13], "x": 14, "y": 3}, 125 {"matrix": [3, 14], "x": 15, "y": 3}, 126 127 {"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25}, 128 {"matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.25}, 129 {"matrix": [4, 2], "x": 2.5, "y": 4, "w": 1.5}, 130 {"matrix": [4, 6], "x": 4, "y": 4, "w": 6.25}, 131 {"matrix": [4, 9], "x": 10.25, "y": 4, "w": 1.5}, 132 {"matrix": [4, 11], "x": 11.75, "y": 4, "w": 1.25}, 133 {"matrix": [4, 12], "x": 13, "y": 4}, 134 {"matrix": [4, 13], "x": 14, "y": 4}, 135 {"matrix": [4, 14], "x": 15, "y": 4} 136 ] 137 } 138 } 139 }