keyboard.json (1175B)
1 { 2 "keyboard_name": "Sus", 3 "manufacturer": "Ocean", 4 "url": " ", 5 "maintainer": "Ocean", 6 "usb": { 7 "vid": "0x9624", 8 "pid": "0x0009", 9 "device_version": "0.0.1" 10 }, 11 "features": { 12 "bootmagic": false, 13 "extrakey": true, 14 "mousekey": true, 15 "nkro": true 16 }, 17 "matrix_pins": { 18 "cols": ["C6", "D4", "D0"], 19 "rows": ["B5", "B4", "E6", "D7"] 20 }, 21 "diode_direction": "ROW2COL", 22 "development_board": "promicro", 23 "layouts": { 24 "LAYOUT_ortho_4x3": { 25 "layout": [ 26 {"matrix": [0, 0], "x": 0, "y": 0}, 27 {"matrix": [0, 1], "x": 1, "y": 0}, 28 {"matrix": [0, 2], "x": 2, "y": 0}, 29 30 {"matrix": [1, 0], "x": 0, "y": 1}, 31 {"matrix": [1, 1], "x": 1, "y": 1}, 32 {"matrix": [1, 2], "x": 2, "y": 1}, 33 34 {"matrix": [2, 0], "x": 0, "y": 2}, 35 {"matrix": [2, 1], "x": 1, "y": 2}, 36 {"matrix": [2, 2], "x": 2, "y": 2}, 37 38 {"matrix": [3, 0], "x": 0, "y": 3}, 39 {"matrix": [3, 1], "x": 1, "y": 3}, 40 {"matrix": [3, 2], "x": 2, "y": 3} 41 ] 42 } 43 } 44 }