keyboard.json (2733B)
1 { 2 "keyboard_name": "alt34", 3 "manufacturer": "altosys", 4 "url": "https://gitlab.com/altosys/alt34", 5 "maintainer": "@altosys", 6 "usb": { 7 "vid": "0x1ABC", 8 "pid": "0x0001", 9 "device_version": "0.0.1" 10 }, 11 "features": { 12 "bootmagic": false, 13 "mousekey": false, 14 "extrakey": false 15 }, 16 "qmk": { 17 "locking": { 18 "enabled": true, 19 "resync": true 20 } 21 }, 22 "split": { 23 "enabled": true 24 }, 25 "matrix_pins": { 26 "cols": ["B6", "B2", "B3", "B1", "F7"], 27 "rows": ["D7", "E6", "B4", "B5"] 28 }, 29 "diode_direction": "COL2ROW", 30 "processor": "atmega32u4", 31 "bootloader": "atmel-dfu", 32 "community_layouts": ["split_3x5_2"], 33 "layouts": { 34 "LAYOUT_split_3x5_2": { 35 "layout": [ 36 {"matrix": [0, 0], "x": 0, "y": 0.93}, 37 {"matrix": [0, 1], "x": 1, "y": 0.31}, 38 {"matrix": [0, 2], "x": 2, "y": 0}, 39 {"matrix": [0, 3], "x": 3, "y": 0.28}, 40 {"matrix": [0, 4], "x": 4, "y": 0.42}, 41 42 {"matrix": [4, 4], "x": 7, "y": 0.42}, 43 {"matrix": [4, 3], "x": 8, "y": 0.28}, 44 {"matrix": [4, 2], "x": 9, "y": 0}, 45 {"matrix": [4, 1], "x": 10, "y": 0.31}, 46 {"matrix": [4, 0], "x": 11, "y": 0.93}, 47 48 {"matrix": [1, 0], "x": 0, "y": 1.93}, 49 {"matrix": [1, 1], "x": 1, "y": 1.31}, 50 {"matrix": [1, 2], "x": 2, "y": 1}, 51 {"matrix": [1, 3], "x": 3, "y": 1.28}, 52 {"matrix": [1, 4], "x": 4, "y": 1.42}, 53 54 {"matrix": [5, 4], "x": 7, "y": 1.42}, 55 {"matrix": [5, 3], "x": 8, "y": 1.28}, 56 {"matrix": [5, 2], "x": 9, "y": 1}, 57 {"matrix": [5, 1], "x": 10, "y": 1.31}, 58 {"matrix": [5, 0], "x": 11, "y": 1.93}, 59 60 {"matrix": [2, 0], "x": 0, "y": 2.93}, 61 {"matrix": [2, 1], "x": 1, "y": 2.31}, 62 {"matrix": [2, 2], "x": 2, "y": 2}, 63 {"matrix": [2, 3], "x": 3, "y": 2.28}, 64 {"matrix": [2, 4], "x": 4, "y": 2.42}, 65 66 {"matrix": [6, 4], "x": 7, "y": 2.42}, 67 {"matrix": [6, 3], "x": 8, "y": 2.28}, 68 {"matrix": [6, 2], "x": 9, "y": 2}, 69 {"matrix": [6, 1], "x": 10, "y": 2.31}, 70 {"matrix": [6, 0], "x": 11, "y": 2.93}, 71 72 {"matrix": [3, 3], "x": 3.5, "y": 3.45}, 73 {"matrix": [3, 4], "x": 4.5, "y": 3.7}, 74 75 {"matrix": [7, 4], "x": 6.5, "y": 3.7}, 76 {"matrix": [7, 3], "x": 7.5, "y": 3.45} 77 ] 78 } 79 } 80 }