keyboard.json (1670B)
1 { 2 "keyboard_name": "x16", 3 "manufacturer": "yinxianwei", 4 "maintainer": "yinxianwei", 5 "usb": { 6 "vid": "0x4B50", 7 "pid": "0x016A", 8 "device_version": "0.0.1" 9 }, 10 "features": { 11 "backlight": true, 12 "bootmagic": true, 13 "extrakey": true, 14 "mousekey": true, 15 "nkro": true 16 }, 17 "qmk": { 18 "locking": { 19 "enabled": true, 20 "resync": true 21 } 22 }, 23 "matrix_pins": { 24 "cols": ["C7", "C6", "B4", "D7"], 25 "rows": ["E6", "F7", "D6", "B6"] 26 }, 27 "diode_direction": "COL2ROW", 28 "backlight": { 29 "pin": "B5", 30 "levels": 5 31 }, 32 "processor": "atmega32u4", 33 "bootloader": "atmel-dfu", 34 "layouts": { 35 "LAYOUT_ortho_4x4": { 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 } 58 } 59 }