keyboard.json (1100B)
1 { 2 "keyboard_name": "Vagrant 10", 3 "manufacturer": "Shanduur", 4 "url": "https://github.com/Sho-Keebs/Vagrant-10", 5 "maintainer": "Shanduur", 6 "usb": { 7 "vid": "0x534C", 8 "pid": "0x5E99", 9 "device_version": "0.0.1" 10 }, 11 "features": { 12 "bootmagic": true, 13 "extrakey": true, 14 "mousekey": true, 15 "nkro": true 16 }, 17 "qmk": { 18 "locking": { 19 "enabled": true, 20 "resync": true 21 } 22 }, 23 "matrix_pins": { 24 "cols": ["F4", "F6", "F5"], 25 "rows": ["F7", "B1", "B3", "B2"] 26 }, 27 "diode_direction": "COL2ROW", 28 "development_board": "promicro", 29 "layouts": { 30 "LAYOUT": { 31 "layout": [ 32 {"matrix": [0, 2], "x": 1, "y": 0, "w": 2}, 33 34 {"matrix": [1, 0], "x": 0, "y": 1}, 35 {"matrix": [1, 1], "x": 1, "y": 1}, 36 {"matrix": [1, 2], "x": 2, "y": 1}, 37 38 {"matrix": [2, 0], "x": 0, "y": 2}, 39 {"matrix": [2, 1], "x": 1, "y": 2}, 40 {"matrix": [2, 2], "x": 2, "y": 2}, 41 42 {"matrix": [3, 0], "x": 0, "y": 3}, 43 {"matrix": [3, 1], "x": 1, "y": 3}, 44 {"matrix": [3, 2], "x": 2, "y": 3} 45 ] 46 } 47 } 48 }