keyboard.json (3429B)
1 { 2 "keyboard_name": "The foobar Keyboard", 3 "manufacturer": "di0ib", 4 "maintainer": "qmk", 5 "usb": { 6 "vid": "0x4025", 7 "pid": "0x0F00", 8 "device_version": "1.0.0" 9 }, 10 "matrix_pins": { 11 "cols": ["F6", "F7", "B1", "B3", "B2"], 12 "rows": ["D7", "E6", "B4"] 13 }, 14 "diode_direction": "COL2ROW", 15 "features": { 16 "bootmagic": true, 17 "mousekey": true, 18 "extrakey": true, 19 "command": true, 20 "nkro": true 21 }, 22 "qmk": { 23 "locking": { 24 "enabled": true, 25 "resync": true 26 } 27 }, 28 "split": { 29 "enabled": true, 30 "serial": { 31 "pin": "D0" 32 } 33 }, 34 "development_board": "promicro", 35 "community_layouts": ["ortho_3x10"], 36 "layout_aliases": { 37 "LAYOUT_macro": "LAYOUT_ortho_3x5", 38 "LAYOUT_split": "LAYOUT_ortho_3x10" 39 }, 40 "layouts": { 41 "LAYOUT_ortho_3x5": { 42 "layout": [ 43 {"matrix": [0, 0], "x": 0, "y": 0}, 44 {"matrix": [0, 1], "x": 1, "y": 0}, 45 {"matrix": [0, 2], "x": 2, "y": 0}, 46 {"matrix": [0, 3], "x": 3, "y": 0}, 47 {"matrix": [0, 4], "x": 4, "y": 0}, 48 49 {"matrix": [1, 0], "x": 0, "y": 1}, 50 {"matrix": [1, 1], "x": 1, "y": 1}, 51 {"matrix": [1, 2], "x": 2, "y": 1}, 52 {"matrix": [1, 3], "x": 3, "y": 1}, 53 {"matrix": [1, 4], "x": 4, "y": 1}, 54 55 {"matrix": [2, 0], "x": 0, "y": 2}, 56 {"matrix": [2, 1], "x": 1, "y": 2}, 57 {"matrix": [2, 2], "x": 2, "y": 2}, 58 {"matrix": [2, 3], "x": 3, "y": 2}, 59 {"matrix": [2, 4], "x": 4, "y": 2} 60 ] 61 }, 62 "LAYOUT_ortho_3x10": { 63 "layout": [ 64 {"matrix": [0, 0], "x": 0, "y": 0}, 65 {"matrix": [0, 1], "x": 1, "y": 0}, 66 {"matrix": [0, 2], "x": 2, "y": 0}, 67 {"matrix": [0, 3], "x": 3, "y": 0}, 68 {"matrix": [0, 4], "x": 4, "y": 0}, 69 {"matrix": [3, 4], "x": 5, "y": 0}, 70 {"matrix": [3, 3], "x": 6, "y": 0}, 71 {"matrix": [3, 2], "x": 7, "y": 0}, 72 {"matrix": [3, 1], "x": 8, "y": 0}, 73 {"matrix": [3, 0], "x": 9, "y": 0}, 74 75 {"matrix": [1, 0], "x": 0, "y": 1}, 76 {"matrix": [1, 1], "x": 1, "y": 1}, 77 {"matrix": [1, 2], "x": 2, "y": 1}, 78 {"matrix": [1, 3], "x": 3, "y": 1}, 79 {"matrix": [1, 4], "x": 4, "y": 1}, 80 {"matrix": [4, 4], "x": 5, "y": 1}, 81 {"matrix": [4, 3], "x": 6, "y": 1}, 82 {"matrix": [4, 2], "x": 7, "y": 1}, 83 {"matrix": [4, 1], "x": 8, "y": 1}, 84 {"matrix": [4, 0], "x": 9, "y": 1}, 85 86 {"matrix": [2, 0], "x": 0, "y": 2}, 87 {"matrix": [2, 1], "x": 1, "y": 2}, 88 {"matrix": [2, 2], "x": 2, "y": 2}, 89 {"matrix": [2, 3], "x": 3, "y": 2}, 90 {"matrix": [2, 4], "x": 4, "y": 2}, 91 {"matrix": [5, 4], "x": 5, "y": 2}, 92 {"matrix": [5, 3], "x": 6, "y": 2}, 93 {"matrix": [5, 2], "x": 7, "y": 2}, 94 {"matrix": [5, 1], "x": 8, "y": 2}, 95 {"matrix": [5, 0], "x": 9, "y": 2} 96 ] 97 } 98 } 99 }