keyboard.json (1688B)
1 { 2 "keyboard_name": "NortonTechPad", 3 "manufacturer": "NortonTech", 4 "maintainer": "NortonTech", 5 "usb": { 6 "vid": "0x9879", 7 "pid": "0x0001", 8 "device_version": "0.0.1" 9 }, 10 "features": { 11 "bootmagic": true, 12 "extrakey": true, 13 "mousekey": true, 14 "nkro": true 15 }, 16 "qmk": { 17 "locking": { 18 "enabled": true, 19 "resync": true 20 } 21 }, 22 "matrix_pins": { 23 "cols": ["D7", "E6", "B4", "B5"], 24 "rows": ["F7", "B1", "B3", "B2", "B6"] 25 }, 26 "diode_direction": "COL2ROW", 27 "development_board": "promicro", 28 "community_layouts": ["numpad_5x4"], 29 "layouts": { 30 "LAYOUT_numpad_5x4": { 31 "layout": [ 32 {"matrix": [0, 0], "x": 0, "y": 0}, 33 {"matrix": [0, 1], "x": 1, "y": 0}, 34 {"matrix": [0, 2], "x": 2, "y": 0}, 35 {"matrix": [0, 3], "x": 3, "y": 0}, 36 37 {"matrix": [1, 0], "x": 0, "y": 1}, 38 {"matrix": [1, 1], "x": 1, "y": 1}, 39 {"matrix": [1, 2], "x": 2, "y": 1}, 40 41 {"matrix": [2, 0], "x": 0, "y": 2}, 42 {"matrix": [2, 1], "x": 1, "y": 2}, 43 {"matrix": [2, 2], "x": 2, "y": 2}, 44 {"matrix": [1, 3], "x": 3, "y": 1, "h": 2}, 45 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 52 {"matrix": [4, 0], "x": 0, "y": 4, "w": 2}, 53 {"matrix": [4, 2], "x": 2, "y": 4}, 54 {"matrix": [4, 3], "x": 3, "y": 3, "h": 2} 55 ] 56 } 57 } 58 }