keyboard.json (3396B)
1 { 2 "keyboard_name": "minim", 3 "manufacturer": "Matthew Dias", 4 "url": "https://github.com/matthewdias/minim", 5 "maintainer": "matthewdias", 6 "usb": { 7 "vid": "0xFEED", 8 "pid": "0xAAAA", 9 "device_version": "0.0.1" 10 }, 11 "features": { 12 "bootmagic": true, 13 "extrakey": true, 14 "mousekey": true, 15 "nkro": true 16 }, 17 "matrix_pins": { 18 "cols": ["F4", "F5", "F6", "F1", "F7", "F0", "B0", "D1", "B1", "D2", "B2", "D3", "D5", "B3"], 19 "rows": ["D6", "D7", "B4", "B5"] 20 }, 21 "diode_direction": "COL2ROW", 22 "processor": "atmega32u4", 23 "bootloader": "atmel-dfu", 24 "layouts": { 25 "LAYOUT": { 26 "layout": [ 27 {"matrix": [0, 0], "x": 0, "y": 0, "w": 1.25}, 28 {"matrix": [0, 1], "x": 1.25, "y": 0}, 29 {"matrix": [0, 2], "x": 2.25, "y": 0}, 30 {"matrix": [0, 3], "x": 3.25, "y": 0}, 31 {"matrix": [0, 4], "x": 4.25, "y": 0}, 32 {"matrix": [0, 5], "x": 5.25, "y": 0}, 33 {"matrix": [0, 6], "x": 6.25, "y": 0}, 34 {"matrix": [0, 7], "x": 7.25, "y": 0}, 35 {"matrix": [0, 8], "x": 8.25, "y": 0}, 36 {"matrix": [0, 9], "x": 9.25, "y": 0}, 37 {"matrix": [0, 10], "x": 10.25, "y": 0}, 38 {"matrix": [0, 11], "x": 11.25, "y": 0}, 39 {"matrix": [0, 12], "x": 12.25, "y": 0}, 40 {"matrix": [0, 13], "x": 13.25, "y": 0, "w": 1.25}, 41 42 {"matrix": [1, 0], "x": 0, "y": 1, "w": 1.75}, 43 {"matrix": [1, 1], "x": 1.75, "y": 1}, 44 {"matrix": [1, 2], "x": 2.75, "y": 1}, 45 {"matrix": [1, 3], "x": 3.75, "y": 1}, 46 {"matrix": [1, 4], "x": 4.75, "y": 1}, 47 {"matrix": [1, 5], "x": 5.75, "y": 1}, 48 {"matrix": [1, 6], "x": 6.75, "y": 1}, 49 {"matrix": [1, 8], "x": 7.75, "y": 1}, 50 {"matrix": [1, 9], "x": 8.75, "y": 1}, 51 {"matrix": [1, 10], "x": 9.75, "y": 1}, 52 {"matrix": [1, 11], "x": 10.75, "y": 1}, 53 {"matrix": [1, 12], "x": 11.75, "y": 1}, 54 {"matrix": [1, 13], "x": 12.75, "y": 1, "w": 1.75}, 55 56 {"matrix": [2, 0], "x": 0, "y": 2, "w": 2.25}, 57 {"matrix": [2, 2], "x": 2.25, "y": 2}, 58 {"matrix": [2, 3], "x": 3.25, "y": 2}, 59 {"matrix": [2, 4], "x": 4.25, "y": 2}, 60 {"matrix": [2, 5], "x": 5.25, "y": 2}, 61 {"matrix": [2, 6], "x": 6.25, "y": 2}, 62 {"matrix": [2, 7], "x": 7.25, "y": 2}, 63 {"matrix": [2, 8], "x": 8.25, "y": 2}, 64 {"matrix": [2, 9], "x": 9.25, "y": 2}, 65 {"matrix": [2, 10], "x": 10.25, "y": 2}, 66 {"matrix": [2, 11], "x": 11.25, "y": 2}, 67 {"matrix": [2, 13], "x": 12.25, "y": 2, "w": 2.25}, 68 69 {"matrix": [3, 1], "x": 1.5, "y": 3}, 70 {"matrix": [3, 2], "x": 2.5, "y": 3, "w": 1.25}, 71 {"matrix": [3, 4], "x": 3.75, "y": 3, "w": 2}, 72 {"matrix": [3, 7], "x": 5.75, "y": 3, "w": 3}, 73 {"matrix": [3, 9], "x": 8.75, "y": 3, "w": 2}, 74 {"matrix": [3, 11], "x": 10.75, "y": 3, "w": 1.25}, 75 {"matrix": [3, 12], "x": 12, "y": 3} 76 ] 77 } 78 } 79 }