keyboard.json (1794B)
1 { 2 "keyboard_name": "K-Numpad17", 3 "manufacturer": "Handwired", 4 "maintainer": "qmk", 5 "usb": { 6 "vid": "0xFEED", 7 "pid": "0x6060", 8 "device_version": "0.0.1" 9 }, 10 "tapping": { 11 "term": 400 12 }, 13 "features": { 14 "bootmagic": true, 15 "command": true, 16 "console": true, 17 "extrakey": true, 18 "mousekey": false, 19 "nkro": true 20 }, 21 "qmk": { 22 "locking": { 23 "enabled": true, 24 "resync": true 25 } 26 }, 27 "matrix_pins": { 28 "cols": ["B2", "B1", "F6", "F4"], 29 "rows": ["D1", "D4", "C6", "D7", "E6"] 30 }, 31 "diode_direction": "COL2ROW", 32 "processor": "atmega32u4", 33 "bootloader": "caterina", 34 "community_layouts": ["numpad_5x4"], 35 "layouts": { 36 "LAYOUT_numpad_5x4": { 37 "layout": [ 38 {"matrix": [0, 0], "x": 0, "y": 0}, 39 {"matrix": [0, 1], "x": 1, "y": 0}, 40 {"matrix": [0, 2], "x": 2, "y": 0}, 41 {"matrix": [0, 3], "x": 3, "y": 0}, 42 43 {"matrix": [1, 0], "x": 0, "y": 1}, 44 {"matrix": [1, 1], "x": 1, "y": 1}, 45 {"matrix": [1, 2], "x": 2, "y": 1}, 46 47 {"matrix": [2, 0], "x": 0, "y": 2}, 48 {"matrix": [2, 1], "x": 1, "y": 2}, 49 {"matrix": [2, 2], "x": 2, "y": 2}, 50 {"matrix": [1, 3], "x": 3, "y": 1, "h": 2}, 51 52 {"matrix": [3, 0], "x": 0, "y": 3}, 53 {"matrix": [3, 1], "x": 1, "y": 3}, 54 {"matrix": [3, 2], "x": 2, "y": 3}, 55 56 {"matrix": [4, 0], "x": 0, "y": 4, "w": 2}, 57 {"matrix": [4, 2], "x": 2, "y": 4}, 58 {"matrix": [3, 3], "x": 3, "y": 3, "h": 2} 59 ] 60 } 61 } 62 }