keyboard.json (1766B)
1 { 2 "keyboard_name": "GoldPad", 3 "manufacturer": "Nobody", 4 "maintainer": "qmk", 5 "usb": { 6 "vid": "0xFEED", 7 "pid": "0x4096", 8 "device_version": "0.0.1" 9 }, 10 "host": { 11 "default": { 12 "nkro": true 13 } 14 }, 15 "features": { 16 "backlight": true, 17 "bootmagic": true, 18 "command": true, 19 "console": true, 20 "extrakey": true, 21 "mousekey": true, 22 "nkro": true 23 }, 24 "matrix_pins": { 25 "cols": ["B0", "B1", "B2", "B3"], 26 "rows": ["F0", "F1", "F4", "F5", "F6", "F7"] 27 }, 28 "diode_direction": "ROW2COL", 29 "backlight": { 30 "pin": "B7" 31 }, 32 "processor": "atmega32u4", 33 "bootloader": "halfkay", 34 "layouts": { 35 "LAYOUT": { 36 "layout": [ 37 {"matrix": [0, 0], "x": 0, "y": 0}, 38 {"matrix": [0, 1], "x": 1, "y": 0}, 39 {"matrix": [0, 2], "x": 2, "y": 0}, 40 {"matrix": [0, 3], "x": 3, "y": 0}, 41 42 {"matrix": [1, 0], "x": 0, "y": 1}, 43 {"matrix": [1, 1], "x": 1, "y": 1}, 44 {"matrix": [1, 2], "x": 2, "y": 1}, 45 {"matrix": [1, 3], "x": 3, "y": 1}, 46 47 {"matrix": [2, 0], "x": 0, "y": 2}, 48 {"matrix": [2, 1], "x": 1, "y": 2}, 49 {"matrix": [2, 2], "x": 2, "y": 2}, 50 {"matrix": [2, 3], "x": 3, "y": 2}, 51 52 {"matrix": [3, 0], "x": 0, "y": 3}, 53 {"matrix": [3, 1], "x": 1, "y": 3}, 54 {"matrix": [3, 2], "x": 2, "y": 3}, 55 {"matrix": [3, 3], "x": 3, "y": 3}, 56 57 {"matrix": [4, 0], "x": 0, "y": 4}, 58 {"matrix": [4, 1], "x": 1, "y": 4}, 59 {"matrix": [4, 2], "x": 2, "y": 4}, 60 {"matrix": [4, 3], "x": 3, "y": 4}, 61 62 {"matrix": [5, 0], "x": 0, "y": 5}, 63 {"matrix": [5, 1], "x": 1, "y": 5}, 64 {"matrix": [5, 2], "x": 2, "y": 5}, 65 {"matrix": [5, 3], "x": 3, "y": 5} 66 ] 67 } 68 } 69 }