keyboard.json (1238B)
1 { 2 "keyboard_name": "np12", 3 "manufacturer": "nut1414", 4 "url": "https://github.com/nut1414/np12", 5 "maintainer": "nut1414", 6 "usb": { 7 "vid": "0xA4A4", 8 "pid": "0x4401", 9 "device_version": "0.0.1" 10 }, 11 "features": { 12 "bootmagic": true, 13 "encoder": true, 14 "extrakey": true, 15 "mousekey": true, 16 "nkro": false 17 }, 18 "matrix_pins": { 19 "cols": ["D1", "D0", "D4", "C6", "F6"], 20 "rows": ["D7", "E6", "B4", "F7"] 21 }, 22 "diode_direction": "COL2ROW", 23 "encoder": { 24 "rotary": [ 25 {"pin_a": "F4", "pin_b": "F5"} 26 ] 27 }, 28 "development_board": "promicro", 29 "layouts": { 30 "LAYOUT": { 31 "layout": [ 32 {"matrix": [3, 4], "x": 3, "y": 0}, 33 34 {"matrix": [0, 0], "x": 0, "y": 1}, 35 {"matrix": [0, 1], "x": 1, "y": 1}, 36 {"matrix": [0, 2], "x": 2, "y": 1}, 37 {"matrix": [0, 3], "x": 3, "y": 1}, 38 39 {"matrix": [1, 0], "x": 0, "y": 2}, 40 {"matrix": [1, 1], "x": 1, "y": 2}, 41 {"matrix": [1, 2], "x": 2, "y": 2}, 42 {"matrix": [1, 3], "x": 3, "y": 2}, 43 44 {"matrix": [2, 0], "x": 0, "y": 3}, 45 {"matrix": [2, 1], "x": 1, "y": 3}, 46 {"matrix": [2, 2], "x": 2, "y": 3}, 47 {"matrix": [2, 3], "x": 3, "y": 3} 48 ] 49 } 50 } 51 }