keyboard.json (3129B)
1 { 2 "rgblight": { 3 "saturation_steps": 8, 4 "brightness_steps": 8, 5 "led_count": 18, 6 "sleep": true, 7 "animations": { 8 "breathing": true, 9 "rainbow_mood": true, 10 "rainbow_swirl": true, 11 "snake": true, 12 "knight": true, 13 "christmas": true, 14 "static_gradient": true, 15 "rgb_test": true, 16 "alternating": true, 17 "twinkle": true 18 } 19 }, 20 "ws2812": { 21 "pin": "D3" 22 }, 23 "matrix_pins": { 24 "cols": ["F4", "F5", "F6", "F7"], 25 "rows": ["D4", "C6", "D7", "E6", "B4"] 26 }, 27 "diode_direction": "COL2ROW", 28 "features": { 29 "bootmagic": true, 30 "mousekey": false, 31 "extrakey": false, 32 "rgblight": true 33 }, 34 "qmk": { 35 "locking": { 36 "enabled": true, 37 "resync": true 38 } 39 }, 40 "layout_aliases": { 41 "LAYOUT": "LAYOUT_split_3x5_3" 42 }, 43 "layouts": { 44 "LAYOUT_split_3x5_3": { 45 "layout": [ 46 {"matrix": [0, 0], "x": 0, "y": 0.375}, 47 {"matrix": [1, 0], "x": 1, "y": 0.125}, 48 {"matrix": [2, 0], "x": 2, "y": 0}, 49 {"matrix": [3, 0], "x": 3, "y": 0.125}, 50 {"matrix": [4, 0], "x": 4, "y": 0.25}, 51 52 {"matrix": [9, 0], "x": 8.2, "y": 0.25}, 53 {"matrix": [8, 0], "x": 9.2, "y": 0.125}, 54 {"matrix": [7, 0], "x": 10.2, "y": 0}, 55 {"matrix": [6, 0], "x": 11.2, "y": 0.125}, 56 {"matrix": [5, 0], "x": 12.2, "y": 0.375}, 57 58 {"matrix": [0, 1], "x": 0, "y": 1.375}, 59 {"matrix": [1, 1], "x": 1, "y": 1.125}, 60 {"matrix": [2, 1], "x": 2, "y": 1}, 61 {"matrix": [3, 1], "x": 3, "y": 1.125}, 62 {"matrix": [4, 1], "x": 4, "y": 1.25}, 63 64 {"matrix": [9, 1], "x": 8.2, "y": 1.25}, 65 {"matrix": [8, 1], "x": 9.2, "y": 1.125}, 66 {"matrix": [7, 1], "x": 10.2, "y": 1}, 67 {"matrix": [6, 1], "x": 11.2, "y": 1.125}, 68 {"matrix": [5, 1], "x": 12.2, "y": 1.375}, 69 70 {"matrix": [0, 2], "x": 0, "y": 2.375}, 71 {"matrix": [1, 2], "x": 1, "y": 2.125}, 72 {"matrix": [2, 2], "x": 2, "y": 2}, 73 {"matrix": [3, 2], "x": 3, "y": 2.125}, 74 {"matrix": [4, 2], "x": 4, "y": 2.25}, 75 76 {"matrix": [9, 2], "x": 8.2, "y": 2.25}, 77 {"matrix": [8, 2], "x": 9.2, "y": 2.125}, 78 {"matrix": [7, 2], "x": 10.2, "y": 2}, 79 {"matrix": [6, 2], "x": 11.2, "y": 2.125}, 80 {"matrix": [5, 2], "x": 12.2, "y": 2.375}, 81 82 {"matrix": [0, 3], "x": 3.4, "y": 3.25}, 83 {"matrix": [1, 3], "x": 4.4, "y": 3.55}, 84 {"matrix": [2, 3], "x": 5.4, "y": 3.85}, 85 86 {"matrix": [7, 3], "x": 6.8, "y": 3.85}, 87 {"matrix": [6, 3], "x": 7.8, "y": 3.55}, 88 {"matrix": [5, 3], "x": 8.8, "y": 3.25} 89 ] 90 } 91 } 92 }