keyboard.json (2013B)
1 { 2 "keyboard_name": "The 6lit Macropad", 3 "manufacturer": "di0ib", 4 "maintainer": "qmk", 5 "usb": { 6 "vid": "0x4025", 7 "pid": "0x0F61", 8 "device_version": "1.0.0" 9 }, 10 "matrix_pins": { 11 "cols": ["F6", "F7", "B1"], 12 "rows": ["D7", "E6"] 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_2x3", "ortho_2x6"], 36 "layout_aliases": { 37 "LAYOUT_macro": "LAYOUT_ortho_2x3", 38 "LAYOUT_split": "LAYOUT_ortho_2x6" 39 }, 40 "layouts": { 41 "LAYOUT_ortho_2x3": { 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 47 {"matrix": [1, 0], "x": 0, "y": 1}, 48 {"matrix": [1, 1], "x": 1, "y": 1}, 49 {"matrix": [1, 2], "x": 2, "y": 1} 50 ] 51 }, 52 "LAYOUT_ortho_2x6": { 53 "layout": [ 54 {"matrix": [0, 0], "x": 0, "y": 0}, 55 {"matrix": [0, 1], "x": 1, "y": 0}, 56 {"matrix": [0, 2], "x": 2, "y": 0}, 57 {"matrix": [2, 2], "x": 3, "y": 0}, 58 {"matrix": [2, 1], "x": 4, "y": 0}, 59 {"matrix": [2, 0], "x": 5, "y": 0}, 60 61 {"matrix": [1, 0], "x": 0, "y": 1}, 62 {"matrix": [1, 1], "x": 1, "y": 1}, 63 {"matrix": [1, 2], "x": 2, "y": 1}, 64 {"matrix": [3, 2], "x": 3, "y": 1}, 65 {"matrix": [3, 1], "x": 4, "y": 1}, 66 {"matrix": [3, 0], "x": 5, "y": 1} 67 ] 68 } 69 } 70 }