keyboard.json (2873B)
1 { 2 "keyboard_name": "C39", 3 "manufacturer": "Maple Computing", 4 "maintainer": "Space Cat", 5 "usb": { 6 "vid": "0xCA17", 7 "pid": "0xCA39", 8 "device_version": "0.0.1" 9 }, 10 "features": { 11 "bootmagic": false, 12 "command": true, 13 "console": true, 14 "extrakey": true, 15 "mousekey": true, 16 "nkro": false 17 }, 18 "matrix_pins": { 19 "cols": ["F4", "F5", "F6", "F7", "B1", "B3", "B2", "B6", "D7", "E6", "C6", "D2", "D3"], 20 "rows": ["D1", "B4", "B5"] 21 }, 22 "diode_direction": "COL2ROW", 23 "processor": "atmega32u4", 24 "bootloader": "caterina", 25 "layout_aliases": { 26 "LAYOUT": "LAYOUT_ortho_3x13" 27 }, 28 "layouts": { 29 "LAYOUT_ortho_3x13": { 30 "layout": [ 31 {"matrix": [0, 0], "x": 0, "y": 0}, 32 {"matrix": [0, 1], "x": 1, "y": 0}, 33 {"matrix": [0, 2], "x": 2, "y": 0}, 34 {"matrix": [0, 3], "x": 3, "y": 0}, 35 {"matrix": [0, 4], "x": 4, "y": 0}, 36 {"matrix": [0, 5], "x": 5, "y": 0}, 37 {"matrix": [0, 6], "x": 6, "y": 0}, 38 {"matrix": [0, 7], "x": 7, "y": 0}, 39 {"matrix": [0, 8], "x": 8, "y": 0}, 40 {"matrix": [0, 9], "x": 9, "y": 0}, 41 {"matrix": [0, 10], "x": 10, "y": 0}, 42 {"matrix": [0, 11], "x": 11.25, "y": 0}, 43 {"matrix": [0, 12], "x": 12.25, "y": 0}, 44 45 {"matrix": [1, 0], "x": 0, "y": 1}, 46 {"matrix": [1, 1], "x": 1, "y": 1}, 47 {"matrix": [1, 2], "x": 2, "y": 1}, 48 {"matrix": [1, 3], "x": 3, "y": 1}, 49 {"matrix": [1, 4], "x": 4, "y": 1}, 50 {"matrix": [1, 5], "x": 5, "y": 1}, 51 {"matrix": [1, 6], "x": 6, "y": 1}, 52 {"matrix": [1, 7], "x": 7, "y": 1}, 53 {"matrix": [1, 8], "x": 8, "y": 1}, 54 {"matrix": [1, 9], "x": 9, "y": 1}, 55 {"matrix": [1, 10], "x": 10, "y": 1}, 56 {"matrix": [1, 11], "x": 11.25, "y": 1}, 57 {"matrix": [1, 12], "x": 12.25, "y": 1}, 58 59 {"matrix": [2, 0], "x": 0, "y": 2}, 60 {"matrix": [2, 1], "x": 1, "y": 2}, 61 {"matrix": [2, 2], "x": 2, "y": 2}, 62 {"matrix": [2, 3], "x": 3, "y": 2}, 63 {"matrix": [2, 4], "x": 4, "y": 2}, 64 {"matrix": [2, 5], "x": 5, "y": 2}, 65 {"matrix": [2, 6], "x": 6, "y": 2}, 66 {"matrix": [2, 7], "x": 7, "y": 2}, 67 {"matrix": [2, 8], "x": 8, "y": 2}, 68 {"matrix": [2, 9], "x": 9, "y": 2}, 69 {"matrix": [2, 10], "x": 10, "y": 2}, 70 {"matrix": [2, 11], "x": 11.25, "y": 2}, 71 {"matrix": [2, 12], "x": 12.25, "y": 2} 72 ] 73 } 74 } 75 }