info.json (1010B)
1 { 2 "keyboard_name": "Trackball Mini", 3 "manufacturer": "PloopyCo", 4 "url": "www.ploopy.co", 5 "maintainer": "ploopyco", 6 "usb": { 7 "vid": "0x5043", 8 "pid": "0x1EAB", 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 "processor": "atmega32u4", 24 "bootloader": "atmel-dfu", 25 "encoder": { 26 "driver": "custom" 27 }, 28 "layouts": { 29 "LAYOUT": { 30 "layout": [ 31 {"x": 0, "y": 0, "h": 2, "matrix": [0, 0]}, 32 {"x": 1, "y": 0.25, "h": 1.5, "matrix": [0, 1]}, 33 {"x": 2, "y": 0, "h": 2, "matrix": [0, 2]}, 34 {"x": 3.5, "y": 0, "h": 2, "matrix": [0, 3]}, 35 {"x": 4.5, "y": 0, "h": 2, "matrix": [0, 4]} 36 ] 37 } 38 } 39 }