keyboard.json (2915B)
1 { 2 "keyboard_name": "Soyuz", 3 "manufacturer": "ai03 Design Studio", 4 "url": "https://github.com/ai03-2725/soyuz", 5 "maintainer": "ai03", 6 "usb": { 7 "vid": "0xA103", 8 "pid": "0x0018", 9 "device_version": "0.0.1" 10 }, 11 "features": { 12 "bootmagic": false, 13 "command": true, 14 "extrakey": true, 15 "mousekey": true, 16 "nkro": true 17 }, 18 "qmk": { 19 "locking": { 20 "enabled": true, 21 "resync": true 22 } 23 }, 24 "matrix_pins": { 25 "cols": ["F4", "B3", "D7", "B5"], 26 "rows": ["D4", "C6", "B6", "E6", "B4"] 27 }, 28 "diode_direction": "COL2ROW", 29 "processor": "atmega32u4", 30 "bootloader": "atmel-dfu", 31 "community_layouts": ["ortho_5x4", "numpad_5x4"], 32 "layouts": { 33 "LAYOUT_ortho_5x4": { 34 "layout": [ 35 {"matrix": [0, 0], "x": 0, "y": 0}, 36 {"matrix": [0, 1], "x": 1, "y": 0}, 37 {"matrix": [0, 2], "x": 2, "y": 0}, 38 {"matrix": [0, 3], "x": 3, "y": 0}, 39 40 {"matrix": [1, 0], "x": 0, "y": 1}, 41 {"matrix": [1, 1], "x": 1, "y": 1}, 42 {"matrix": [1, 2], "x": 2, "y": 1}, 43 {"matrix": [1, 3], "x": 3, "y": 1}, 44 45 {"matrix": [2, 0], "x": 0, "y": 2}, 46 {"matrix": [2, 1], "x": 1, "y": 2}, 47 {"matrix": [2, 2], "x": 2, "y": 2}, 48 {"matrix": [2, 3], "x": 3, "y": 2}, 49 50 {"matrix": [3, 0], "x": 0, "y": 3}, 51 {"matrix": [3, 1], "x": 1, "y": 3}, 52 {"matrix": [3, 2], "x": 2, "y": 3}, 53 {"matrix": [3, 3], "x": 3, "y": 3}, 54 55 {"matrix": [4, 0], "x": 0, "y": 4}, 56 {"matrix": [4, 1], "x": 1, "y": 4}, 57 {"matrix": [4, 2], "x": 2, "y": 4}, 58 {"matrix": [4, 3], "x": 3, "y": 4} 59 ] 60 }, 61 "LAYOUT_numpad_5x4": { 62 "layout": [ 63 {"matrix": [0, 0], "x": 0, "y": 0}, 64 {"matrix": [0, 1], "x": 1, "y": 0}, 65 {"matrix": [0, 2], "x": 2, "y": 0}, 66 {"matrix": [0, 3], "x": 3, "y": 0}, 67 68 {"matrix": [1, 0], "x": 0, "y": 1}, 69 {"matrix": [1, 1], "x": 1, "y": 1}, 70 {"matrix": [1, 2], "x": 2, "y": 1}, 71 72 {"matrix": [2, 0], "x": 0, "y": 2}, 73 {"matrix": [2, 1], "x": 1, "y": 2}, 74 {"matrix": [2, 2], "x": 2, "y": 2}, 75 {"matrix": [2, 3], "x": 3, "y": 1, "h": 2}, 76 77 {"matrix": [3, 0], "x": 0, "y": 3}, 78 {"matrix": [3, 1], "x": 1, "y": 3}, 79 {"matrix": [3, 2], "x": 2, "y": 3}, 80 81 {"matrix": [4, 1], "x": 0, "y": 4, "w": 2}, 82 {"matrix": [4, 2], "x": 2, "y": 4}, 83 {"matrix": [4, 3], "x": 3, "y": 3, "h": 2} 84 ] 85 } 86 } 87 }