keyboard.json (1089B)
1 { 2 "keyboard_name": "NEISO", 3 "manufacturer": "Space City Keyboards", 4 "maintainer": "jrfhoutx", 5 "usb": { 6 "vid": "0xFEED", 7 "pid": "0x0000", 8 "device_version": "0.0.1" 9 }, 10 "features": { 11 "bootmagic": true, 12 "console": true, 13 "extrakey": false, 14 "mousekey": false, 15 "nkro": true 16 }, 17 "qmk": { 18 "locking": { 19 "enabled": true, 20 "resync": true 21 } 22 }, 23 "matrix_pins": { 24 "cols": ["B3", "D2", "F5", "F7", "B4"], 25 "rows": ["F4"] 26 }, 27 "diode_direction": "COL2ROW", 28 "development_board": "promicro", 29 "layouts": { 30 "LAYOUT": { 31 "layout": [ 32 {"matrix": [0, 1], "x": 0.25, "y": 0, "w": 2, "h": 1.25}, 33 {"matrix": [0, 2], "x": 2.75, "y": 0.25, "w": 1.25, "h": 2}, 34 {"matrix": [0, 0], "x": 1.5, "y": 1.5}, 35 {"matrix": [0, 3], "x": 0, "y": 1.75, "w": 1.25, "h": 2}, 36 {"matrix": [0, 4], "x": 1.75, "y": 2.75, "w": 2, "h": 1.25} 37 ] 38 } 39 } 40 }