keyboard.json (985B)
1 { 2 "keyboard_name": "doodle", 3 "manufacturer": "AlisGraveNil", 4 "url": "www.clawboards.xyz", 5 "maintainer": "AlisGraveNil", 6 "usb": { 7 "vid": "0x7767", 8 "pid": "0x0000", 9 "device_version": "0.0.1" 10 }, 11 "features": { 12 "bootmagic": true, 13 "command": true, 14 "console": true, 15 "extrakey": true, 16 "mousekey": true, 17 "nkro": false 18 }, 19 "matrix_pins": { 20 "cols": ["D7", "F4", "E6"], 21 "rows": ["D4", "C6"] 22 }, 23 "diode_direction": "COL2ROW", 24 "development_board": "promicro", 25 "layouts": { 26 "LAYOUT": { 27 "layout": [ 28 {"matrix": [0, 0], "x": 0, "y": 0}, 29 {"matrix": [0, 1], "x": 1, "y": 0}, 30 {"matrix": [0, 2], "x": 2, "y": 0}, 31 32 {"matrix": [1, 0], "x": 0, "y": 1}, 33 {"matrix": [1, 1], "x": 1, "y": 1}, 34 {"matrix": [1, 2], "x": 2, "y": 1} 35 ] 36 } 37 } 38 }