keyboard.json (1883B)
1 { 2 "keyboard_name": "Woodpad", 3 "manufacturer": "WoodKeys.click", 4 "maintainer": "qmk", 5 "usb": { 6 "vid": "0xFEED", 7 "pid": "0x6069", 8 "device_version": "0.0.1" 9 }, 10 "features": { 11 "bootmagic": false, 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": ["B1", "B3", "B2", "B6"], 26 "rows": ["D1", "D0", "D4", "C6", "D7"] 27 }, 28 "diode_direction": "COL2ROW", 29 "processor": "atmega32u4", 30 "bootloader": "caterina", 31 "community_layouts": ["ortho_5x4"], 32 "layouts": { 33 "LAYOUT_ortho_5x4": { 34 "layout": [ 35 {"matrix": [0, 0], "x": 0, "y": 0}, 36 {"matrix": [0, 1], "x": 1, "y": 0}, 37 {"matrix": [0, 2], "x": 2, "y": 0}, 38 {"matrix": [0, 3], "x": 3, "y": 0}, 39 40 {"matrix": [1, 0], "x": 0, "y": 1}, 41 {"matrix": [1, 1], "x": 1, "y": 1}, 42 {"matrix": [1, 2], "x": 2, "y": 1}, 43 {"matrix": [1, 3], "x": 3, "y": 1}, 44 45 {"matrix": [2, 0], "x": 0, "y": 2}, 46 {"matrix": [2, 1], "x": 1, "y": 2}, 47 {"matrix": [2, 2], "x": 2, "y": 2}, 48 {"matrix": [2, 3], "x": 3, "y": 2}, 49 50 {"matrix": [3, 0], "x": 0, "y": 3}, 51 {"matrix": [3, 1], "x": 1, "y": 3}, 52 {"matrix": [3, 2], "x": 2, "y": 3}, 53 {"matrix": [3, 3], "x": 3, "y": 3}, 54 55 {"matrix": [4, 0], "x": 0, "y": 4}, 56 {"matrix": [4, 1], "x": 1, "y": 4}, 57 {"matrix": [4, 2], "x": 2, "y": 4}, 58 {"matrix": [4, 3], "x": 3, "y": 4} 59 ] 60 } 61 } 62 }