keyboard.json (3601B)
1 { 2 "keyboard_name": "GH80-3700", 3 "manufacturer": "Evyd13", 4 "url": "https://github.com/evyd13/gh80-series/tree/master/GH80-3700", 5 "maintainer": "evyd13", 6 "usb": { 7 "vid": "0x4705", 8 "pid": "0x633A", 9 "device_version": "0.0.1" 10 }, 11 "features": { 12 "bootmagic": true, 13 "encoder": true, 14 "extrakey": true, 15 "mousekey": false, 16 "nkro": false 17 }, 18 "qmk": { 19 "locking": { 20 "enabled": true, 21 "resync": true 22 } 23 }, 24 "indicators": { 25 "num_lock": "E6", 26 "on_state": 0 27 }, 28 "matrix_pins": { 29 "cols": ["B0", "D7", "D6", "D4"], 30 "rows": ["B3", "C7", "C6", "B6", "B5", "B4"] 31 }, 32 "diode_direction": "COL2ROW", 33 "encoder": { 34 "rotary": [ 35 {"pin_a": "F1", "pin_b": "F4"} 36 ] 37 }, 38 "processor": "atmega32u4", 39 "bootloader": "qmk-dfu", 40 "community_layouts": ["numpad_6x4", "ortho_6x4"], 41 "layout_aliases": { 42 "LAYOUT_all": "LAYOUT_ortho_6x4" 43 }, 44 "layouts": { 45 "LAYOUT_ortho_6x4": { 46 "layout": [ 47 {"matrix": [0, 0], "x": 0, "y": 0}, 48 {"matrix": [0, 1], "x": 1, "y": 0}, 49 {"matrix": [0, 2], "x": 2, "y": 0}, 50 {"matrix": [0, 3], "x": 3, "y": 0}, 51 52 {"matrix": [1, 0], "x": 0, "y": 2}, 53 {"matrix": [1, 1], "x": 1, "y": 2}, 54 {"matrix": [1, 2], "x": 2, "y": 2}, 55 {"matrix": [1, 3], "x": 3, "y": 2}, 56 57 {"matrix": [2, 0], "x": 0, "y": 3}, 58 {"matrix": [2, 1], "x": 1, "y": 3}, 59 {"matrix": [2, 2], "x": 2, "y": 3}, 60 {"matrix": [2, 3], "x": 3, "y": 3}, 61 62 {"matrix": [3, 0], "x": 0, "y": 4}, 63 {"matrix": [3, 1], "x": 1, "y": 4}, 64 {"matrix": [3, 2], "x": 2, "y": 4}, 65 {"matrix": [3, 3], "x": 3, "y": 4}, 66 67 {"matrix": [4, 0], "x": 0, "y": 5}, 68 {"matrix": [4, 1], "x": 1, "y": 5}, 69 {"matrix": [4, 2], "x": 2, "y": 5}, 70 {"matrix": [4, 3], "x": 3, "y": 5}, 71 72 {"matrix": [5, 0], "x": 0, "y": 6}, 73 {"matrix": [5, 1], "x": 1, "y": 6}, 74 {"matrix": [5, 2], "x": 2, "y": 6}, 75 {"matrix": [5, 3], "x": 3, "y": 6} 76 ] 77 }, 78 "LAYOUT_numpad_6x4": { 79 "layout": [ 80 {"matrix": [0, 0], "x": 0, "y": 0}, 81 {"matrix": [0, 1], "x": 1, "y": 0}, 82 {"matrix": [0, 2], "x": 2, "y": 0}, 83 {"matrix": [0, 3], "x": 3, "y": 0}, 84 85 {"matrix": [1, 0], "x": 0, "y": 2}, 86 {"matrix": [1, 1], "x": 1, "y": 2}, 87 {"matrix": [1, 2], "x": 2, "y": 2}, 88 {"matrix": [1, 3], "x": 3, "y": 2}, 89 90 {"matrix": [2, 0], "x": 0, "y": 3}, 91 {"matrix": [2, 1], "x": 1, "y": 3}, 92 {"matrix": [2, 2], "x": 2, "y": 3}, 93 94 {"matrix": [3, 0], "x": 0, "y": 4}, 95 {"matrix": [3, 1], "x": 1, "y": 4}, 96 {"matrix": [3, 2], "x": 2, "y": 4}, 97 {"matrix": [3, 3], "x": 3, "y": 3, "h": 2}, 98 99 {"matrix": [4, 0], "x": 0, "y": 5}, 100 {"matrix": [4, 1], "x": 1, "y": 5}, 101 {"matrix": [4, 2], "x": 2, "y": 5}, 102 103 {"matrix": [5, 0], "x": 0, "y": 6, "w": 2}, 104 {"matrix": [5, 2], "x": 2, "y": 6}, 105 {"matrix": [5, 3], "x": 3, "y": 5, "h": 2} 106 ] 107 } 108 } 109 }