keyboard.json (1275B)
1 { 2 "keyboard_name": "FightPad", 3 "manufacturer": "AlisGraveNil", 4 "url": "www.clawboards.xyz", 5 "maintainer": "AlisGraveNil", 6 "usb": { 7 "vid": "0x7767", 8 "pid": "0x481C", 9 "device_version": "0.0.1" 10 }, 11 "features": { 12 "bootmagic": true, 13 "extrakey": true, 14 "mousekey": true, 15 "nkro": false 16 }, 17 "matrix_pins": { 18 "cols": ["D7", "E6", "B4", "B2", "B3", "B1", "F7"], 19 "rows": ["B5", "B6"] 20 }, 21 "diode_direction": "COL2ROW", 22 "development_board": "promicro", 23 "layouts": { 24 "LAYOUT": { 25 "layout": [ 26 {"matrix": [0, 1], "x": 1, "y": 0}, 27 28 {"matrix": [0, 3], "x": 4, "y": 0}, 29 {"matrix": [0, 4], "x": 5, "y": 0}, 30 {"matrix": [0, 5], "x": 6, "y": 0}, 31 {"matrix": [0, 6], "x": 7, "y": 0}, 32 33 {"matrix": [1, 0], "x": 0, "y": 1}, 34 {"matrix": [1, 1], "x": 1, "y": 1}, 35 {"matrix": [1, 2], "x": 2, "y": 1}, 36 37 {"matrix": [1, 3], "x": 4, "y": 1}, 38 {"matrix": [1, 4], "x": 5, "y": 1}, 39 {"matrix": [1, 5], "x": 6, "y": 1}, 40 {"matrix": [1, 6], "x": 7, "y": 1} 41 ] 42 } 43 } 44 }