keyboard.json (1254B)
1 { 2 "keyboard_name": "Paddino02 rev1", 3 "manufacturer": "Pimentoso", 4 "maintainer": "Pimentoso", 5 "usb": { 6 "vid": "0xD00D", 7 "pid": "0x0020", 8 "device_version": "0.0.1" 9 }, 10 "features": { 11 "bootmagic": false, 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": ["D1", "D0", "D4"] 25 }, 26 "diode_direction": "ROW2COL", 27 "development_board": "promicro", 28 "layouts": { 29 "LAYOUT": { 30 "layout": [ 31 {"matrix": [0, 0], "x": 0, "y": 0.5}, 32 {"matrix": [0, 1], "x": 1, "y": 0.25}, 33 {"matrix": [0, 2], "x": 2, "y": 0}, 34 {"matrix": [0, 3], "x": 3, "y": 0.25}, 35 36 {"matrix": [1, 0], "x": 0, "y": 1.5}, 37 {"matrix": [1, 1], "x": 1, "y": 1.25}, 38 {"matrix": [1, 2], "x": 2, "y": 1}, 39 {"matrix": [1, 3], "x": 3, "y": 1.25}, 40 41 {"matrix": [2, 2], "x": 2, "y": 2.75}, 42 {"matrix": [2, 3], "x": 3, "y": 2.75} 43 ] 44 } 45 } 46 }