info.json (1091B)
1 { 2 "keyboard_name": "Mouse", 3 "manufacturer": "Ploopy", 4 "url": "www.ploopy.co", 5 "maintainer": "drashna", 6 "usb": { 7 "vid": "0x5043", 8 "pid": "0x4D6F", 9 "device_version": "0.0.1", 10 "max_power": 100 11 }, 12 "bootmagic": { 13 "matrix": [0, 3] 14 }, 15 "features": { 16 "bootmagic": true, 17 "extrakey": true, 18 "mousekey": true, 19 "nkro": false, 20 "pointing_device": true, 21 "encoder": true 22 }, 23 "encoder": { 24 "driver": "custom" 25 }, 26 "layouts": { 27 "LAYOUT": { 28 "layout": [ 29 {"x": 1, "y": 0, "h": 2, "matrix": [0, 6]}, 30 {"x": 2, "y": 0, "h": 2, "matrix": [0, 0]}, 31 {"x": 3, "y": 0.25, "h": 1.25, "matrix": [0, 1]}, 32 {"x": 4, "y": 0, "h": 2, "matrix": [0, 2]}, 33 {"x": 5, "y": 0, "h": 2, "matrix": [0, 5]}, 34 {"x": 0, "y": 0, "matrix": [0, 3]}, 35 {"x": 0, "y": 1, "matrix": [0, 4]}, 36 {"x": 3, "y": 1.5, "matrix": [0, 7]} 37 ] 38 } 39 } 40 }