keyboard.json (3863B)
1 { 2 "keyboard_name": "Latin17RGB", 3 "manufacturer": "18438880", 4 "maintainer": "18438880", 5 "usb": { 6 "vid": "0x7C88", 7 "pid": "0x7C97", 8 "device_version": "0.0.1" 9 }, 10 "rgblight": { 11 "hue_steps": 5, 12 "saturation_steps": 5, 13 "brightness_steps": 5, 14 "led_count": 8, 15 "sleep": true, 16 "animations": { 17 "breathing": true, 18 "rainbow_mood": true, 19 "rainbow_swirl": true, 20 "snake": true, 21 "knight": true, 22 "christmas": true, 23 "static_gradient": true, 24 "rgb_test": true, 25 "alternating": true, 26 "twinkle": true 27 } 28 }, 29 "ws2812": { 30 "pin": "B7" 31 }, 32 "rgb_matrix": { 33 "animations": { 34 "alphas_mods": true, 35 "gradient_left_right": true, 36 "breathing": true, 37 "band_val": true, 38 "band_pinwheel_val": true, 39 "band_spiral_val": true, 40 "cycle_all": true, 41 "cycle_left_right": true, 42 "cycle_up_down": true, 43 "rainbow_moving_chevron": true, 44 "cycle_out_in": true, 45 "cycle_out_in_dual": true, 46 "cycle_pinwheel": true, 47 "cycle_spiral": true, 48 "dual_beacon": true, 49 "rainbow_beacon": true, 50 "rainbow_pinwheels": true, 51 "raindrops": true, 52 "jellybean_raindrops": true, 53 "hue_breathing": true, 54 "hue_pendulum": true, 55 "hue_wave": true, 56 "pixel_rain": true, 57 "pixel_flow": true, 58 "pixel_fractal": true, 59 "typing_heatmap": true, 60 "solid_reactive_simple": true, 61 "solid_reactive": true 62 }, 63 "driver": "is31fl3731", 64 "layout": [ 65 {"matrix": [0, 0], "x": 48, "y": 32, "flags": 4}, 66 {"matrix": [0, 1], "x": 48, "y": 48, "flags": 4}, 67 {"matrix": [0, 2], "x": 64, "y": 48, "flags": 4}, 68 {"matrix": [0, 3], "x": 80, "y": 48, "flags": 1}, 69 {"matrix": [1, 0], "x": 16, "y": 32, "flags": 1}, 70 {"matrix": [1, 1], "x": 16, "y": 48, "flags": 1}, 71 {"matrix": [1, 2], "x": 32, "y": 48, "flags": 4}, 72 {"matrix": [1, 3], "x": 64, "y": 64, "flags": 1}, 73 {"matrix": [2, 0], "x": 80, "y": 16, "flags": 1}, 74 {"matrix": [2, 1], "x": 64, "y": 32, "flags": 4}, 75 {"matrix": [2, 2], "x": 80, "y": 32, "flags": 4}, 76 {"matrix": [3, 0], "x": 112, "y": 0, "flags": 1}, 77 {"matrix": [3, 1], "x": 128, "y": 0, "flags": 4}, 78 {"matrix": [3, 2], "x": 144, "y": 0, "flags": 4}, 79 {"matrix": [3, 3], "x": 160, "y": 0, "flags": 4}, 80 {"matrix": [4, 0], "x": 128, "y": 16, "flags": 4}, 81 {"matrix": [4, 1], "x": 144, "y": 16, "flags": 4} 82 ], 83 "sleep": true 84 }, 85 "features": { 86 "bootmagic": true, 87 "extrakey": true, 88 "mousekey": true, 89 "nkro": false, 90 "rgb_matrix": true 91 }, 92 "matrix_pins": { 93 "cols": ["F7", "F6", "F5", "F4"], 94 "rows": ["C7", "C6", "B6", "B5", "B4"] 95 }, 96 "diode_direction": "ROW2COL", 97 "processor": "atmega32u4", 98 "bootloader": "atmel-dfu", 99 "debounce": 3, 100 "community_layouts": ["numpad_5x4"], 101 "layout_aliases": { 102 "LAYOUT_pad": "LAYOUT_numpad_5x4" 103 }, 104 "layouts": { 105 "LAYOUT_numpad_5x4": { 106 "layout": [ 107 {"matrix": [0, 0], "x": 0, "y": 0}, 108 {"matrix": [0, 1], "x": 1, "y": 0}, 109 {"matrix": [0, 2], "x": 2, "y": 0}, 110 {"matrix": [0, 3], "x": 3, "y": 0}, 111 112 {"matrix": [1, 0], "x": 0, "y": 1}, 113 {"matrix": [1, 1], "x": 1, "y": 1}, 114 {"matrix": [1, 2], "x": 2, "y": 1}, 115 116 {"matrix": [2, 0], "x": 0, "y": 2}, 117 {"matrix": [2, 1], "x": 1, "y": 2}, 118 {"matrix": [2, 2], "x": 2, "y": 2}, 119 {"matrix": [1, 3], "x": 3, "y": 1, "h": 2}, 120 121 {"matrix": [3, 0], "x": 0, "y": 3}, 122 {"matrix": [3, 1], "x": 1, "y": 3}, 123 {"matrix": [3, 2], "x": 2, "y": 3}, 124 125 {"matrix": [4, 0], "x": 0, "y": 4, "w": 2}, 126 {"matrix": [4, 1], "x": 2, "y": 4}, 127 {"matrix": [3, 3], "x": 3, "y": 3, "h": 2} 128 ] 129 } 130 } 131 }