keyboard.json (2551B)
1 { 2 "usb": { 3 "device_version": "2.0.0" 4 }, 5 "rgblight": { 6 "saturation_steps": 8, 7 "brightness_steps": 8, 8 "led_count": 7, 9 "animations": { 10 "breathing": true, 11 "rainbow_mood": true, 12 "rainbow_swirl": true, 13 "snake": true, 14 "knight": true, 15 "christmas": true, 16 "static_gradient": true, 17 "rgb_test": true, 18 "alternating": true, 19 "twinkle": true 20 } 21 }, 22 "ws2812": { 23 "pin": "D3" 24 }, 25 "matrix_pins": { 26 "cols": ["F5", "F6", "F7", "B1", "B3", "B2", "B6"], 27 "rows": ["D4", "D7", "E6", "B4", "B5"] 28 }, 29 "diode_direction": "COL2ROW", 30 "features": { 31 "bootmagic": false, 32 "command": true, 33 "extrakey": true, 34 "mousekey": true, 35 "nkro": false, 36 "rgblight": true 37 }, 38 "qmk": { 39 "locking": { 40 "enabled": true, 41 "resync": true 42 } 43 }, 44 "layouts": { 45 "LAYOUT": { 46 "layout": [ 47 {"matrix": [0, 0], "x": 0, "y": 0}, 48 49 {"matrix": [0, 1], "x": 1.5, "y": 0}, 50 {"matrix": [0, 2], "x": 2.5, "y": 0}, 51 {"matrix": [0, 3], "x": 3.5, "y": 0}, 52 {"matrix": [0, 4], "x": 4.5, "y": 0}, 53 {"matrix": [0, 5], "x": 5.5, "y": 0}, 54 55 {"matrix": [1, 1], "x": 1.75, "y": 1}, 56 {"matrix": [1, 2], "x": 2.75, "y": 1}, 57 {"matrix": [1, 3], "x": 3.75, "y": 1}, 58 {"matrix": [1, 4], "x": 4.75, "y": 1}, 59 {"matrix": [1, 5], "x": 5.75, "y": 1}, 60 61 {"matrix": [2, 0], "x": 0, "y": 2}, 62 {"matrix": [2, 1], "x": 1, "y": 2}, 63 {"matrix": [2, 2], "x": 2, "y": 2}, 64 {"matrix": [2, 3], "x": 3, "y": 2}, 65 {"matrix": [2, 4], "x": 4, "y": 2}, 66 {"matrix": [2, 5], "x": 5.25, "y": 2}, 67 {"matrix": [2, 6], "x": 6.25, "y": 2}, 68 69 {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.5}, 70 {"matrix": [3, 1], "x": 1.5, "y": 3}, 71 {"matrix": [3, 4], "x": 3.75, "y": 3}, 72 {"matrix": [3, 5], "x": 4.75, "y": 3}, 73 {"matrix": [3, 6], "x": 5.75, "y": 3}, 74 75 {"matrix": [4, 0], "x": 0, "y": 4, "w": 1.5}, 76 {"matrix": [4, 5], "x": 5.5, "y": 4.25, "h": 1.5}, 77 {"matrix": [4, 6], "x": 6.5, "y": 4.75, "h": 2} 78 ] 79 } 80 } 81 }