keyboard.json (3758B)
1 { 2 "keyboard_name": "Laplace", 3 "manufacturer": "Keebio", 4 "url": "https://keeb.io", 5 "maintainer": "nooges", 6 "usb": { 7 "vid": "0xCB10", 8 "pid": "0x1147", 9 "device_version": "1.0.0" 10 }, 11 "rgblight": { 12 "led_count": 14, 13 "animations": { 14 "breathing": true, 15 "rainbow_mood": true, 16 "rainbow_swirl": true, 17 "snake": true, 18 "knight": true, 19 "christmas": true, 20 "static_gradient": true, 21 "rgb_test": true, 22 "alternating": true, 23 "twinkle": true 24 } 25 }, 26 "ws2812": { 27 "pin": "D4" 28 }, 29 "features": { 30 "bootmagic": false, 31 "extrakey": true, 32 "mousekey": true, 33 "nkro": true, 34 "rgblight": true 35 }, 36 "matrix_pins": { 37 "cols": ["D1", "F6", "F7", "B1", "B3", "B2", "B6"], 38 "rows": ["D3", "F4", "D2", "F5", "D7", "B4", "C6", "E6"] 39 }, 40 "diode_direction": "COL2ROW", 41 "development_board": "promicro", 42 "layouts": { 43 "LAYOUT": { 44 "layout": [ 45 {"matrix": [0, 0], "x": 0, "y": 0}, 46 {"matrix": [0, 1], "x": 1, "y": 0}, 47 {"matrix": [0, 2], "x": 2, "y": 0}, 48 {"matrix": [0, 3], "x": 3, "y": 0}, 49 {"matrix": [0, 4], "x": 4, "y": 0}, 50 {"matrix": [0, 5], "x": 5, "y": 0}, 51 {"matrix": [0, 6], "x": 6, "y": 0}, 52 {"matrix": [1, 6], "x": 7, "y": 0}, 53 {"matrix": [1, 5], "x": 8, "y": 0}, 54 {"matrix": [1, 4], "x": 9, "y": 0}, 55 {"matrix": [1, 3], "x": 10, "y": 0}, 56 {"matrix": [1, 2], "x": 11, "y": 0}, 57 {"matrix": [1, 1], "x": 12, "y": 0}, 58 59 {"matrix": [2, 0], "x": 0, "y": 1, "w": 1.25}, 60 {"matrix": [2, 1], "x": 1.25, "y": 1}, 61 {"matrix": [2, 2], "x": 2.25, "y": 1}, 62 {"matrix": [2, 3], "x": 3.25, "y": 1}, 63 {"matrix": [2, 4], "x": 4.25, "y": 1}, 64 {"matrix": [2, 5], "x": 5.25, "y": 1}, 65 {"matrix": [2, 6], "x": 6.25, "y": 1}, 66 {"matrix": [3, 6], "x": 7.25, "y": 1}, 67 {"matrix": [3, 5], "x": 8.25, "y": 1}, 68 {"matrix": [3, 4], "x": 9.25, "y": 1}, 69 {"matrix": [3, 3], "x": 10.25, "y": 1}, 70 {"matrix": [3, 1], "x": 11.25, "y": 1, "w": 1.75}, 71 72 {"matrix": [4, 0], "x": 0, "y": 2, "w": 1.75}, 73 {"matrix": [4, 1], "x": 1.75, "y": 2}, 74 {"matrix": [4, 2], "x": 2.75, "y": 2}, 75 {"matrix": [4, 3], "x": 3.75, "y": 2}, 76 {"matrix": [4, 4], "x": 4.75, "y": 2}, 77 {"matrix": [4, 5], "x": 5.75, "y": 2}, 78 {"matrix": [4, 6], "x": 6.75, "y": 2}, 79 {"matrix": [5, 5], "x": 7.75, "y": 2}, 80 {"matrix": [5, 4], "x": 8.75, "y": 2}, 81 {"matrix": [5, 3], "x": 9.75, "y": 2}, 82 {"matrix": [5, 2], "x": 10.75, "y": 2}, 83 {"matrix": [5, 1], "x": 11.75, "y": 2, "w": 1.25}, 84 85 {"matrix": [6, 0], "x": 0, "y": 3}, 86 {"matrix": [6, 1], "x": 1, "y": 3}, 87 {"matrix": [6, 2], "x": 2, "y": 3}, 88 {"matrix": [6, 3], "x": 3, "y": 3}, 89 {"matrix": [6, 4], "x": 4, "y": 3, "w": 2.25}, 90 {"matrix": [6, 6], "x": 6.25, "y": 3, "w": 2.25}, 91 {"matrix": [7, 4], "x": 8.5, "y": 3}, 92 {"matrix": [7, 3], "x": 9.5, "y": 3, "w": 1.25}, 93 {"matrix": [7, 2], "x": 10.75, "y": 3}, 94 {"matrix": [7, 1], "x": 11.75, "y": 3, "w": 1.25} 95 ] 96 } 97 } 98 }