keyboard.json (1684B)
1 { 2 "keyboard_name": "MB17", 3 "manufacturer": "Mountainblocks", 4 "maintainer": "qmk", 5 "usb": { 6 "vid": "0x4D42", 7 "pid": "0x0017", 8 "device_version": "0.0.1" 9 }, 10 "features": { 11 "bootmagic": true, 12 "command": true, 13 "console": true, 14 "extrakey": true, 15 "mousekey": true, 16 "nkro": false 17 }, 18 "qmk": { 19 "locking": { 20 "enabled": true, 21 "resync": true 22 } 23 }, 24 "matrix_pins": { 25 "cols": ["F7", "E6", "D7", "C6"], 26 "rows": ["F4", "B1", "B3", "B2", "B6"] 27 }, 28 "diode_direction": "COL2ROW", 29 "development_board": "promicro", 30 "layouts": { 31 "LAYOUT_numpad_5x4": { 32 "layout": [ 33 {"matrix": [0, 0], "x": 0, "y": 0}, 34 {"matrix": [0, 1], "x": 1, "y": 0}, 35 {"matrix": [0, 2], "x": 2, "y": 0}, 36 {"matrix": [0, 3], "x": 3, "y": 0}, 37 38 {"matrix": [1, 0], "x": 0, "y": 1}, 39 {"matrix": [1, 1], "x": 1, "y": 1}, 40 {"matrix": [1, 2], "x": 2, "y": 1}, 41 42 {"matrix": [2, 0], "x": 0, "y": 2}, 43 {"matrix": [2, 1], "x": 1, "y": 2}, 44 {"matrix": [2, 2], "x": 2, "y": 2}, 45 {"matrix": [2, 3], "x": 3, "y": 1, "h": 2}, 46 47 {"matrix": [3, 0], "x": 0, "y": 3}, 48 {"matrix": [3, 1], "x": 1, "y": 3}, 49 {"matrix": [3, 2], "x": 2, "y": 3}, 50 51 {"matrix": [4, 1], "x": 0, "y": 4, "w": 2}, 52 {"matrix": [4, 2], "x": 2, "y": 4}, 53 {"matrix": [4, 3], "x": 3, "y": 3, "h": 2} 54 ] 55 } 56 } 57 }