keyboard.json (2850B)
1 { 2 "keyboard_name": "dactyl_left", 3 "manufacturer": "RedForty", 4 "maintainer": "RedForty", 5 "usb": { 6 "vid": "0xFEED", 7 "pid": "0x0000", 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 "qmk": { 19 "locking": { 20 "enabled": true, 21 "resync": true 22 } 23 }, 24 "matrix_pins": { 25 "cols": ["D0", "B7", "B3", "B2", "B1", "B0"], 26 "rows": ["F0", "F1", "F4", "F5", "F6", "F7"] 27 }, 28 "diode_direction": "COL2ROW", 29 "processor": "atmega32u4", 30 "bootloader": "halfkay", 31 "layouts": { 32 "LAYOUT": { 33 "layout": [ 34 {"matrix": [0, 0], "x": 0, "y": 0.375, "w": 1.5}, 35 {"matrix": [0, 1], "x": 1.5, "y": 0.375}, 36 {"matrix": [0, 2], "x": 2.5, "y": 0.125}, 37 {"matrix": [0, 3], "x": 3.5, "y": 0}, 38 {"matrix": [0, 4], "x": 4.5, "y": 0.125}, 39 {"matrix": [0, 5], "x": 5.5, "y": 0.25}, 40 41 {"matrix": [1, 0], "x": 0, "y": 1.375, "w": 1.5}, 42 {"matrix": [1, 1], "x": 1.5, "y": 1.375}, 43 {"matrix": [1, 2], "x": 2.5, "y": 1.125}, 44 {"matrix": [1, 3], "x": 3.5, "y": 1}, 45 {"matrix": [1, 4], "x": 4.5, "y": 1.125}, 46 {"matrix": [1, 5], "x": 5.5, "y": 1.25}, 47 48 {"matrix": [2, 0], "x": 0, "y": 2.375, "w": 1.5}, 49 {"matrix": [2, 1], "x": 1.5, "y": 2.375}, 50 {"matrix": [2, 2], "x": 2.5, "y": 2.125}, 51 {"matrix": [2, 3], "x": 3.5, "y": 2}, 52 {"matrix": [2, 4], "x": 4.5, "y": 2.125}, 53 {"matrix": [2, 5], "x": 5.5, "y": 2.25}, 54 55 {"matrix": [3, 0], "x": 0, "y": 3.375, "w": 1.5}, 56 {"matrix": [3, 1], "x": 1.5, "y": 3.375}, 57 {"matrix": [3, 2], "x": 2.5, "y": 3.125}, 58 {"matrix": [3, 3], "x": 3.5, "y": 3}, 59 {"matrix": [3, 4], "x": 4.5, "y": 3.125}, 60 {"matrix": [3, 5], "x": 5.5, "y": 3.25}, 61 62 {"matrix": [4, 0], "x": 0.5, "y": 4.375}, 63 {"matrix": [4, 1], "x": 1.5, "y": 4.375}, 64 {"matrix": [4, 2], "x": 2.5, "y": 4.125}, 65 {"matrix": [4, 3], "x": 3.5, "y": 4}, 66 {"matrix": [4, 4], "x": 4.5, "y": 4.125}, 67 68 {"matrix": [5, 0], "x": 6, "y": 4.75}, 69 {"matrix": [5, 1], "x": 7, "y": 4.75}, 70 {"matrix": [5, 2], "x": 5, "y": 5.75, "h": 2}, 71 {"matrix": [5, 3], "x": 6, "y": 5.75, "h": 2}, 72 {"matrix": [5, 4], "x": 7, "y": 5.75}, 73 {"matrix": [5, 5], "x": 7, "y": 6.75} 74 ] 75 } 76 } 77 }